home(zsh): add helpful aliases
This commit is contained in:
parent
940c652b34
commit
a1027d7161
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue