From 194f3b7a8d2d097b43dfadb293fea0bec689b006 Mon Sep 17 00:00:00 2001 From: Brandon Sturgeon Date: Mon, 27 Feb 2017 16:45:13 -0600 Subject: [PATCH] Adds small documentation above theme selection in zshrc template --- templates/zshrc.zsh-template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index af42e5b9f..28f400f1b 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -6,6 +6,8 @@ export ZSH=$HOME/.oh-my-zsh # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. +# You may provide multiple theme names delimited by commas "," and one +# will be randomly selected each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes ZSH_THEME="robbyrussell"