diff --git a/home/laptop/programs/zsh.nix b/home/laptop/programs/zsh.nix index 2e96a7e..f150eea 100644 --- a/home/laptop/programs/zsh.nix +++ b/home/laptop/programs/zsh.nix @@ -10,6 +10,7 @@ PASSWORD_STORE_DIR = "$HOME/.password-store"; }; shellAliases = { + GG = "git add . && git commit -m 'GG' && git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)"; gad = "git add . && git diff --cached"; gac = "ga && gc"; gach = "gac -C HEAD";