Ensure vi uses vim.

This commit is contained in:
Scott Wallace 2015-03-06 17:40:44 +00:00
parent 79bcd7bc52
commit 14719bcf80

View file

@ -1,6 +1,7 @@
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
# The best editor # The best editor
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
alias vi=vim
export EDITOR=vim export EDITOR=vim
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------