Browse code

Merge pull request #765 from trevor/master

add note about custom plugins

Robby Russell authored on 26/12/2011 at 18:04:04
Showing 1 changed files
... ...
@@ -23,6 +23,7 @@ ZSH_THEME="robbyrussell"
23 23
 # COMPLETION_WAITING_DOTS="true"
24 24
 
25 25
 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
26
+# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
26 27
 # Example format: plugins=(rails git textmate ruby lighthouse)
27 28
 plugins=(git)
28 29