feat(zsh): refine syntax highlighting

This commit is contained in:
Oscar Wallberg
2024-08-01 10:13:28 +02:00
parent 441ad36127
commit 230c2d4047
+4
View File
@@ -89,6 +89,10 @@ source "${_here}/completion"
export ZSH_AUTOSUGGEST_STRATEGY=(history completion)
export ZSH_AUTOSUGGEST_MANUAL_REBIND=true
export ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
typeset -A ZSH_HIGHLIGHT_STYLES
export ZSH_HIGHLIGHT_STYLES[path]='none'
_antidote="${_cache_dir}/antidote"
_plugins="${_here}/plugins"
_plugins_cache="${_cache_dir}/plugins"