This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
control
/
home
Observar
1
Favorito
0
Fork
0
Arquivos
Tree:
dffca2858e
Branches
Tags
master
home
/
users
/
thomas
/
cli
/
bash.nix
bash.nix
94 B
Histórico
Raw
1
2
3
4
{
programs.bash.enable = true;
programs.bash.shellAliases = import ./shell-aliases.nix;
}