diff options
author | Robby Russell <robby@planetargon.com> | 2010-06-03 12:05:12 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2010-06-03 12:05:12 -0700 |
commit | 31dace882969e04e0256dac4ddb333f648707106 (patch) | |
tree | 583258149b3152642b6d443221cfae54f40be1c4 /templates | |
parent | 3cf9ab722e7c0829727f548c7d05a0d96055f707 (diff) | |
download | zsh-31dace882969e04e0256dac4ddb333f648707106.tar.gz zsh-31dace882969e04e0256dac4ddb333f648707106.tar.bz2 zsh-31dace882969e04e0256dac4ddb333f648707106.zip |
Updating default .zshrc template file to include plugins declaration
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zshrc.zsh-template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index d905be04b..8022b3506 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -14,6 +14,10 @@ export ZSH_THEME="robbyrussell" # Uncomment following line if you want to disable colors in ls # export DISABLE_LS_COLORS="true" +# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) +# Example format: plugins=(rails git textmate ruby lighthouse) +plugins=(git) + source $ZSH/oh-my-zsh.sh # Customize to your needs... |