feat(zsh): add helpful aliases

This commit is contained in:
514fpv 2024-01-02 16:41:42 +08:00
parent 8d9a4df795
commit 5c441d115f
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -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";
};
};
}