feat(zsh): add g alias for git

This commit is contained in:
Price Hiller 2024-04-19 04:22:58 -05:00
parent 3f97558a9d
commit 0026a4b889
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -29,6 +29,7 @@
alias gl="${editor_to_use} -c 'call feedkeys(\":Neogit log\<CR>l\")'"
fi
alias g="git"
alias gc="git commit"
alias gcm="git commit -m"
alias ga="git add"