Shorten diffview alias

This commit is contained in:
Marko Korhonen 2024-01-25 08:36:38 +02:00
parent 26bcca97ba
commit f85a6425d1

View file

@ -13,7 +13,7 @@ alias gpush='git push'
# Open nvim with diffview # Open nvim with diffview
# Handy plugin for viewing git diffs # Handy plugin for viewing git diffs
# and handling merges # and handling merges
alias diffview='nvim +DiffviewOpen' alias dv='nvim +DiffviewOpen'
# Rename grc alias from forgit since it # Rename grc alias from forgit since it
# collides with the grc colorizer # collides with the grc colorizer