Took out vi-mode from zsh, updated vim plugins

This commit is contained in:
Dustin Swan
2012-01-03 11:05:56 -05:00
parent 787465e4e0
commit afe5befad7
13 changed files with 14 additions and 12 deletions

2
zshrc
View File

@@ -25,7 +25,7 @@ COMPLETION_WAITING_DOTS="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git archlinux npm vi-mode node osx ruby rails3 gem)
plugins=(git archlinux npm node osx ruby rails3 gem)
source $ZSH/oh-my-zsh.sh