Remove fg=white from path style, confusing for white background terminals

This commit is contained in:
Julien Nicoulaud 2010-12-30 19:49:04 +01:00
parent 19de6c9e92
commit c6dcd93691

View file

@ -14,7 +14,7 @@ ZSH_SYNTAX_HIGHLIGHTING_STYLES=(
builtin 'fg=cyan,bold' builtin 'fg=cyan,bold'
function 'fg=blue,bold' function 'fg=blue,bold'
command 'fg=green,bold' command 'fg=green,bold'
path 'fg=white,underline' path 'underline'
globbing 'fg=blue,bold' globbing 'fg=blue,bold'
single-hyphen-option 'fg=yellow' single-hyphen-option 'fg=yellow'
double-hyphen-option 'fg=yellow' double-hyphen-option 'fg=yellow'