From a94e115bbff2cb6b4208ba4b81c70987ffac0499 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Fri, 26 Aug 2016 09:04:54 +0100 Subject: [PATCH] Remove the alias for vi/vim. --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index ba2cdd5..39dd602 100755 --- a/.bashrc +++ b/.bashrc @@ -40,7 +40,6 @@ getkey() { #-------------------------------------------------------------------------------- # The best editor #-------------------------------------------------------------------------------- -[[ -x $(which vim 2>/dev/null) ]] && function vi() { vim ${@}; } && export -f vi export EDITOR=vi #--------------------------------------------------------------------------------