mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
README.md: ZSH_THEM_RANDOM.. > ZSH_THEME_RANDOM.. (#6390)
This commit is contained in:
parent
93120c4151
commit
970fcec40e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ ZSH_THEME="random" # (...please let it be pie... please be some pie..)
|
|||
And if you want to pick random theme from a list of your favorite themes:
|
||||
|
||||
```shell
|
||||
ZSH_THEM_RANDOM_CANDIDATES=(
|
||||
ZSH_THEME_RANDOM_CANDIDATES=(
|
||||
"robbyrussell"
|
||||
"agnoster"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue