diff --git a/home/modules/cli/zsh.nix b/home/modules/cli/zsh.nix index 16aee21..d788361 100644 --- a/home/modules/cli/zsh.nix +++ b/home/modules/cli/zsh.nix @@ -7,8 +7,9 @@ syntaxHighlighting.enable = true; shellAliases = { - update = "sudo nixos-rebuild switch --flake /home/toast/nix-config"; gs = "git status"; + gl = "git log --oneline --graph --decorate --all"; + ga = "git add --all"; }; }; }