diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index f57c532..623ef80 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"; }; }; }