diff --git a/home/.config/zsh/03-functions.zsh b/home/.config/zsh/03-functions.zsh index af055a2..84d7f46 100644 --- a/home/.config/zsh/03-functions.zsh +++ b/home/.config/zsh/03-functions.zsh @@ -9,6 +9,7 @@ git() { # git shorthands gc() { git commit $@ } +gac() { ga && gc } gpull() { git pull $@ } gpush() { git push $@ }