Added gvim alias

This commit is contained in:
Eric Renfro 2020-11-29 13:20:11 -05:00
parent 187a67eb8d
commit c813d3e72a
Signed by untrusted user who does not match committer: psi-jack
GPG key ID: 14977F3A50D9A5BF

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