summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLE Manh Cuong <cuong.manhle.vn@gmail.com>2015-12-01 11:50:55 +0700
committerLE Manh Cuong <cuong.manhle.vn@gmail.com>2015-12-18 08:28:22 +0700
commit531c41cdfee9e3bbba16d0bf19ca973ad4bb4af5 (patch)
treee833a5e68622d5eff5bdd7f378c3a8bf1400b130 /templates
parentf558a460c289a41811e0c4b89f04d539c66224a1 (diff)
downloadzsh-531c41cdfee9e3bbba16d0bf19ca973ad4bb4af5.tar.gz
zsh-531c41cdfee9e3bbba16d0bf19ca973ad4bb4af5.tar.bz2
zsh-531c41cdfee9e3bbba16d0bf19ca973ad4bb4af5.zip
Allow loading themes from predefined list
Diffstat (limited to 'templates')
-rw-r--r--templates/zshrc.zsh-template6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template
index 44e8b0d1b..baedf0675 100644
--- a/templates/zshrc.zsh-template
+++ b/templates/zshrc.zsh-template
@@ -7,6 +7,12 @@ export ZSH=$HOME/.oh-my-zsh
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
+# Set list of themes to load
+# Setting this variable when ZSH_THEME=random
+# cause zsh load theme from this variable instead of
+# looking in ~/.oh-my-zsh/themes/
+# ZSH_THEME_RANDOM_CANDICATES=()
+
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"