diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index f57c5327..623ef806 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -81,6 +81,9 @@ in { gco = "git checkout"; gcb = "git checkout -b"; gbr = "git branch"; + + gaa = "git add ."; + gcc = "git commit -m"; }; }; }