diff --git a/dot_dotfiles/oh-my-zsh/custom/09_alias.zsh b/dot_dotfiles/oh-my-zsh/custom/09_alias.zsh index 6013156..bbee980 100644 --- a/dot_dotfiles/oh-my-zsh/custom/09_alias.zsh +++ b/dot_dotfiles/oh-my-zsh/custom/09_alias.zsh @@ -13,3 +13,6 @@ alias asdf="setxkbmap dvorak" disable -r time # disable shell reserved word alias time='time -p ' # -p for POSIX output + +# git shortcuts +alias gac="git add -A && git commit -a"