Change vim to vi so we don't have problems trying to load plugins

This commit is contained in:
yan
2011-12-07 02:01:44 -08:00
committed by Yan Pritzker
parent 99f865f989
commit ff55f778a3

View File

@@ -83,7 +83,7 @@
default = tracking default = tracking
[core] [core]
autocrlf = false autocrlf = false
editor = /usr/bin/vim editor = /usr/bin/vi
excludesfile = ~/.dotfiles/gitignore_global excludesfile = ~/.dotfiles/gitignore_global
[advice] [advice]