1
0
Fork 0

and to light back again. Apparently light one is more convenient still

This commit is contained in:
Von Random 2015-11-12 16:00:28 +03:00
parent 148ad5edb0
commit 5bb120487d
3 changed files with 11 additions and 13 deletions

View file

@ -341,8 +341,8 @@ if is_zsh; then
if [[ -r ${hl_script} ]]; then
source ${hl_script}
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
ZSH_HIGHLIGHT_STYLES[path]='fg=white,bold'
ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=white,bold'
ZSH_HIGHLIGHT_STYLES[path]='fg=black,bold'
ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=black,bold'
fi
# }}}
else