From ff55f778a3a8c82e233e27b5205e505b9d12d247 Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 7 Dec 2011 02:01:44 -0800 Subject: [PATCH] Change vim to vi so we don't have problems trying to load plugins --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index f4c87efd..ddf3735f 100644 --- a/gitconfig +++ b/gitconfig @@ -83,7 +83,7 @@ default = tracking [core] autocrlf = false - editor = /usr/bin/vim + editor = /usr/bin/vi excludesfile = ~/.dotfiles/gitignore_global [advice]