Automatic alias for nvim->vim

This commit is contained in:
Eric Renfro 2018-12-25 00:02:14 -05:00
parent 5ae6d3f600
commit 299a7372b3
1 changed files with 4 additions and 0 deletions

View File

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