From 700187e622856ff59c7b778e9e0f5149c073f8bb Mon Sep 17 00:00:00 2001 From: yan Date: Sat, 14 Apr 2012 16:40:54 -0700 Subject: [PATCH] Remove extra zsh plugins. [Close #78] Use .yadr/custom/zsh/before if you want your own list of plugins. --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 39b9d62..7658366 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -19,7 +19,7 @@ if [[ -d $HOME/.oh-my-zsh ]]; then # 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=(vi-mode git rvm ruby rails autojump bundler gem gnu-utils heroku rake redis-cli zsh-syntax-highlighting history-substring-search ssh-agent) + plugins=(vi-mode rvm ruby bundler zsh-syntax-highlighting history-substring-search) # source every zsh file in user's custom/zsh/before. This is useful for setting theme and plugins. if [[ -d $yadr/custom/zsh/before ]]; then