summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2017-11-01 05:36:21 -0700
committerRobby Russell <robby@planetargon.com>2017-11-01 05:36:21 -0700
commit0c28e392ebbcf7b67bc34296b33d087de900a48d (patch)
tree9569ed2768c9b8129b86df6787c5649359d2d7c1 /templates
parent57742ccd726adcd1106c4e0ccee49c3514fa29e5 (diff)
parenta1d13aa0b4a794c4f10fdd9d69d59ce2d04c3785 (diff)
downloadzsh-0c28e392ebbcf7b67bc34296b33d087de900a48d.tar.gz
zsh-0c28e392ebbcf7b67bc34296b33d087de900a48d.tar.bz2
zsh-0c28e392ebbcf7b67bc34296b33d087de900a48d.zip
Merge branch 'Gnouc-Random_Theme_From_List'
Diffstat (limited to 'templates')
-rw-r--r--templates/zshrc.zsh-template7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template
index af42e5b9f..966d7a975 100644
--- a/templates/zshrc.zsh-template
+++ b/templates/zshrc.zsh-template
@@ -9,6 +9,13 @@ export ZSH=$HOME/.oh-my-zsh
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
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/
+# An empty array have no effect
+# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
+
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"