Set default EDITOR to vim.

This commit is contained in:
Scott Wallace 2016-08-30 14:31:47 +01:00
parent f03a458b14
commit 06a3215f64

View file

@ -40,7 +40,7 @@ getkey() {
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
# The best editor # The best editor
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
export EDITOR=vi export EDITOR=vim
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------