mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
Some improvements
- Adding documentation - Note the effect empty array - Fix spelling - Using new test `[[...]]`
This commit is contained in:
parent
531c41cdfe
commit
5e77e00ad5
3 changed files with 13 additions and 4 deletions
|
|
@ -88,6 +88,14 @@ If you're feeling feisty, you can let the computer select one randomly for you e
|
|||
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=(
|
||||
"robbyrussell"
|
||||
"agnoster"
|
||||
)
|
||||
```
|
||||
|
||||
## Advanced Topics
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue