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
This commit is contained in:
Kyle West
2012-03-01 16:19:34 -05:00
parent 23a86aded5
commit 435776f272

View File

@@ -18,7 +18,7 @@ if [[ -d $HOME/.oh-my-zsh ]]; then
ZSH_THEME="robbyrussell" ZSH_THEME="robbyrussell"
# Default plugins. # 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. # source every zsh file in user's custom/zsh/before. This is useful for setting theme and plugins.
if [[ -d $yadr/custom/zsh/ ]]; then if [[ -d $yadr/custom/zsh/ ]]; then