feat(zsh): add helpful aliases
This commit is contained in:
parent
8d9a4df795
commit
5c441d115f
|
@ -75,9 +75,13 @@
|
|||
'';
|
||||
|
||||
shellAliases = {
|
||||
gs = "git status";
|
||||
ls = "ls --color=auto";
|
||||
|
||||
nix-shell = "nix-shell --run zsh";
|
||||
switch = "sudo nixos-rebuild -v switch -L";
|
||||
|
||||
gs = "git status";
|
||||
gl = "git log --show-signature";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue