diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 8b94ac1..2a16b11 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -53,6 +53,7 @@ gpso = "git push origin"; gc = "git commit"; gcm = "git commit -m"; + gcma = "git add --all && git commit -m"; gtag = "git tag -ma"; gch = "git checkout"; gchb = "git checkout -b";