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