diff --git a/home/toast/programs/zsh.nix b/home/toast/programs/zsh.nix index dbddcbb..16aee21 100644 --- a/home/toast/programs/zsh.nix +++ b/home/toast/programs/zsh.nix @@ -8,6 +8,7 @@ shellAliases = { update = "sudo nixos-rebuild switch --flake /home/toast/nix-config"; + gs = "git status"; }; }; }