and to light back again. Apparently light one is more convenient still
This commit is contained in:
parent
148ad5edb0
commit
5bb120487d
3 changed files with 11 additions and 13 deletions
4
shellrc
4
shellrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue