This website requires JavaScript.
Explore
Help
Sign In
voronind
/
nix
Watch
0
Star
0
Fork
You've already forked nix
0
Code
Issues
40
Pull requests
Packages
Projects
Releases
Wiki
Activity
a02dd3f695
nix
/
home
/
program
/
bash
/
module
/
Reload.nix
9 lines
94 B
Nix
Raw
Normal View
History
Unescape
Escape
Purge nixfmt!
2024-11-04 04:37:29 +03:00
{
.
.
.
}:
{
text
=
''
function
reload
(
)
{
source
~/.bashrc
}
trap
reload
USR1
''
;
Bash : Add style reload support.
2024-08-20 15:14:18 +03:00
}
Reference in a new issue
Copy permalink