Rename grc alias for forgit since it collides with grc colorizer

This commit is contained in:
Marko Korhonen 2022-04-22 09:49:47 +03:00
parent b4c8ddcea0
commit 9fb514c193

View file

@ -5,6 +5,10 @@ alias gs='git status'
alias gpull='git pull'
alias gpush='git push'
# Rename grc alias from forgit since it
# collides with the grc colorizer
forgit_revert_commit=fgrc
# Modern replacement for ls
alias ls='exa'