Added gvim alias

This commit is contained in:
Eric Renfro 2020-11-29 13:20:11 -05:00
parent c6d750ce93
commit 6f74628cda

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