refactor(zsh): change g alias to gg

This commit is contained in:
Price Hiller 2024-02-16 16:19:30 -06:00
parent 8a4316f3cf
commit a50841c78b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -13,7 +13,7 @@ fi
if command -v git >/dev/null 2>&1; then
if command -v nvim >/dev/null 2>&1; then
alias g="nvim -c 'Neogit'"
alias gg="nvim -c 'Neogit'"
fi
alias gc="git commit"