diff --git a/home/zsh/home.nix b/home/zsh/home.nix index 9a4dd2fc..e0cd2d05 100644 --- a/home/zsh/home.nix +++ b/home/zsh/home.nix @@ -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"; }; }; }