summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-12-26 10:04:04 -0800
committerRobby Russell <robby@planetargon.com>2011-12-26 10:04:04 -0800
commit723372a103170f8c220da4d39179385711a8dc1e (patch)
treecacfdfdec6def5a000a73a37b51f67466217185a /templates
parent8af3a9af56a2311d8a0c27b57e7ae09616038b36 (diff)
parenta21dc477c26ce29c839ca3aa36af91efcad179ea (diff)
downloadzsh-723372a103170f8c220da4d39179385711a8dc1e.tar.gz
zsh-723372a103170f8c220da4d39179385711a8dc1e.tar.bz2
zsh-723372a103170f8c220da4d39179385711a8dc1e.zip
Merge pull request #765 from trevor/master
add note about custom plugins
Diffstat (limited to 'templates')
-rw-r--r--templates/zshrc.zsh-template1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template
index 1ab40aba6..64b1ece69 100644
--- a/templates/zshrc.zsh-template
+++ b/templates/zshrc.zsh-template
@@ -23,6 +23,7 @@ ZSH_THEME="robbyrussell"
# COMPLETION_WAITING_DOTS="true"
# 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)