Skip to content

Commit

Permalink
Treat 0 and - as false only if no symbol follows
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed May 26, 2017
1 parent 0064d8c commit 60c539d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ then typeset -gUa ZSH_HIGHLIGHT_HIGHLIGHTERS
'bracket-error' fg=196,bold
)
case ${SOLARIZED:-n} in
([nNfF0-]*|[oO][fF]*)
([nNfF]*|[oO][fF]*|0|-)
false;;
esac && ZSH_HIGHLIGHT_STYLES+=(
'default' none
Expand Down

0 comments on commit 60c539d

Please sign in to comment.