Remove the alias for vi/vim.

This commit is contained in:
Scott Wallace 2016-08-26 09:04:54 +01:00
parent daa045705b
commit a94e115bbf

View file

@ -40,7 +40,6 @@ getkey() {
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
# The best editor # The best editor
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
[[ -x $(which vim 2>/dev/null) ]] && function vi() { vim ${@}; } && export -f vi
export EDITOR=vi export EDITOR=vi
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------