浏览代码

too many plugins = slow init warning

Dražen Lučanin 11 年之前
父节点
当前提交
7297b446b8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      templates/zshrc.zsh-template

+ 1 - 0
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