From 14719bcf80397c124f4bddd42b3d479c9597a6e7 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Fri, 6 Mar 2015 17:40:44 +0000 Subject: [PATCH] Ensure vi uses vim. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 4f1410e..870cab9 100644 --- a/.bashrc +++ b/.bashrc @@ -1,6 +1,7 @@ #-------------------------------------------------------------------------------- # The best editor #-------------------------------------------------------------------------------- +alias vi=vim export EDITOR=vim #--------------------------------------------------------------------------------