mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +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
|
|
@ -11,7 +11,8 @@ ZSH_THEME="robbyrussell"
|
|||
# Setting this variable when ZSH_THEME=random
|
||||
# cause zsh load theme from this variable instead of
|
||||
# looking in ~/.oh-my-zsh/themes/
|
||||
# ZSH_THEME_RANDOM_CANDICATES=()
|
||||
# An empty array have no effect
|
||||
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
|
||||
|
||||
# Uncomment the following line to use case-sensitive completion.
|
||||
# CASE_SENSITIVE="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue