1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Some improvements

- Adding documentation
 - Note the effect empty array
 - Fix spelling
 - Using new test `[[...]]`
This commit is contained in:
LE Manh Cuong
2015-12-01 12:03:00 +07:00
parent 531c41cdfe
commit 5e77e00ad5
3 changed files with 13 additions and 4 deletions

View File

@@ -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"