This website works better with JavaScript
Home
Explore
Help
Sign In
control
/
home
Watch
1
Star
0
Fork
0
Files
Tree:
bfec9d9f4b
Branches
Tags
master
home
/
users
/
thomas
/
cli
/
bash.nix
bash.nix
94 B
History
Raw
1
2
3
4
{
programs.bash.enable = true;
programs.bash.shellAliases = import ./shell-aliases.nix;
}