From fae2c8cc09fd83c6ead300811a9651cc1181285e Mon Sep 17 00:00:00 2001 From: zhangqile Date: Fri, 10 Apr 2015 22:16:35 +0800 Subject: [PATCH] add plugins --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 375a208a6..ca41ee655 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -48,7 +48,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) -plugins=(git) +plugins=(git svn mvn osx brew brew-cask) source $ZSH/oh-my-zsh.sh