Added gvim alias

This commit is contained in:
Eric Renfro 2020-11-29 13:20:11 -05:00
parent be37a4f663
commit 803bf1608f
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
if whence -p nvim-gtk > /dev/null; then
alias vim=nvim-gtk
elif whence -p gvim > /dev/null; then
alias vim=gvim
fi