From 435776f272549eb9b2791a5799cdf20959b8efd4 Mon Sep 17 00:00:00 2001 From: Kyle West Date: Thu, 1 Mar 2012 16:19:34 -0500 Subject: [PATCH] Removed brew and github plugins. ZSH was becoming slow. Research suggested these plugins were to blame. http://superuser.com/questions/236953/zsh-starts-incredibly-slowly --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 2afbe7d3..2181816c 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -18,7 +18,7 @@ if [[ -d $HOME/.oh-my-zsh ]]; then ZSH_THEME="robbyrussell" # Default plugins. - plugins=(brew git github ruby) + plugins=(git ruby) # source every zsh file in user's custom/zsh/before. This is useful for setting theme and plugins. if [[ -d $yadr/custom/zsh/ ]]; then