diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 3b90d75..fbcff75 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -104,9 +104,9 @@ HISTORY_SUBSTRING_SEARCH_FUZZY=true HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=true HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='underline' -typeset -A ZSH_HIGHLIGHT_STYLES default='fg=12' prog='fg=blue' +ZSH_HIGHLIGHT_STYLES=() ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets root line) ZSH_HIGHLIGHT_STYLES[root]='bg=red' ZSH_HIGHLIGHT_STYLES[default]=$default