From 2bdcd34e085eac2ed9e25fb64a6da313f309099f Mon Sep 17 00:00:00 2001 From: Brian Guthrie Date: Fri, 30 Sep 2011 11:34:04 -0500 Subject: [PATCH] Removed vi-mode. --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 74bce055a..251705b36 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -21,7 +21,7 @@ export ZSH_THEME="bguthrie" # 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 rails textmate ruby gem github osx vi-mode) +plugins=(git rails textmate ruby gem github osx) source $ZSH/oh-my-zsh.sh source ~/.profile