diff options
author | Robby Russell <robby@planetargon.com> | 2015-08-30 21:58:52 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-08-30 21:58:52 -0700 |
commit | 69f098a63cf32fa13556de328971254addaae309 (patch) | |
tree | be32f0fa4b2bb927e3e6280c805202d948ceecfc /README.markdown | |
parent | a77e23a0f93f8dda5551eba2d009e8718ade3283 (diff) | |
download | zsh-69f098a63cf32fa13556de328971254addaae309.tar.gz zsh-69f098a63cf32fa13556de328971254addaae309.tar.bz2 zsh-69f098a63cf32fa13556de328971254addaae309.zip |
Mentioning that you can set the theme to 'random' and it'll possibly bake you a pie.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 183e67742..a29df81ab 100644 --- a/README.markdown +++ b/README.markdown @@ -77,6 +77,14 @@ Open up a new terminal window and your prompt should look something like... In case you did not find a suitable theme for your needs, please have a look at the wiki for [more of them](https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes). +If you're feeling feisty, you can let the computer select one randomly for you each time you open a new terminal window. + + +```shell +ZSH_THEME="random" # (...please let it be pie... please be some pie..) +``` + + ## Advanced Topics If you're the type that likes to get their hands dirty, these sections might resonate. |