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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user