diff options
author | Dražen Lučanin <kermit666@gmail.com> | 2013-12-21 16:21:34 +0100 |
---|---|---|
committer | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-06-04 10:53:19 +0200 |
commit | 7297b446b87ae26e410b54b7398111a76f1ccbcc (patch) | |
tree | c31df9e14faa457232ad01cc1a116360d5decb36 /templates | |
parent | 3cdfdad28a1b7efbcc1cd1282e7811d80f50a730 (diff) | |
download | zsh-7297b446b87ae26e410b54b7398111a76f1ccbcc.tar.gz zsh-7297b446b87ae26e410b54b7398111a76f1ccbcc.tar.bz2 zsh-7297b446b87ae26e410b54b7398111a76f1ccbcc.zip |
too many plugins = slow init warning
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zshrc.zsh-template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index c77b54849..a12eca2a0 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -44,6 +44,7 @@ ZSH_THEME="robbyrussell" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) +# Add wisely, as too many plugins slow down shell startup. plugins=(git) source $ZSH/oh-my-zsh.sh |