summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorncanceill <nicolas.canceill@ens-cachan.org>2014-03-23 14:45:55 +0100
committerncanceill <nicolas.canceill@ens-cachan.org>2014-03-23 15:03:16 +0100
commit04c2d293985adced1bd702fca16357b858002bb8 (patch)
treef276c4a3ae61a2a81b5332ebfe63147d9d5481f5 /templates
parentf9ad3686bbedea0ca2adf3bc4ab19c3e90e8800a (diff)
downloadzsh-04c2d293985adced1bd702fca16357b858002bb8.tar.gz
zsh-04c2d293985adced1bd702fca16357b858002bb8.tar.bz2
zsh-04c2d293985adced1bd702fca16357b858002bb8.zip
mention $ZSH_CUSTOM as suggested in #2295
Diffstat (limited to 'templates')
-rw-r--r--templates/zshrc.zsh-template3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template
index 5e1d9b2f1..48757ba0e 100644
--- a/templates/zshrc.zsh-template
+++ b/templates/zshrc.zsh-template
@@ -42,6 +42,9 @@ ZSH_THEME="robbyrussell"
# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
# HIST_STAMPS="mm/dd/yyyy"
+# Would you like to use another custom folder than $ZSH/custom?
+# ZSH_CUSTOM=/path/to/new-custom-folder
+
# 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)