Add alias for vi to use vim.

This commit is contained in:
Scott Wallace 2016-10-05 14:30:59 +01:00
parent 4ebcb39d8e
commit ec3ba1be8d

View file

@ -41,6 +41,7 @@ getkey() {
# The best editor # The best editor
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
export EDITOR=vim export EDITOR=vim
alias vi='vim'
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------