Removed vi-mode.

This commit is contained in:
Brian Guthrie 2011-09-30 11:34:04 -05:00
commit 2bdcd34e08

View file

@ -21,7 +21,7 @@ export ZSH_THEME="bguthrie"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git rails textmate ruby gem github osx vi-mode) plugins=(git rails textmate ruby gem github osx)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
source ~/.profile source ~/.profile