home(zsh): add helpful aliases

This commit is contained in:
514fpv 2024-01-02 16:41:42 +08:00
parent 3e92a9e2bd
commit 545201f82c
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

View file

@ -75,9 +75,13 @@
''; '';
shellAliases = { shellAliases = {
gs = "git status";
ls = "ls --color=auto"; ls = "ls --color=auto";
nix-shell = "nix-shell --run zsh"; nix-shell = "nix-shell --run zsh";
switch = "sudo nixos-rebuild -v switch -L";
gs = "git status";
gl = "git log --show-signature";
}; };
}; };
} }