diff --git a/zsh/.config/zsh/options.zsh b/zsh/.config/zsh/options.zsh index 848ddfd..34b9830 100644 --- a/zsh/.config/zsh/options.zsh +++ b/zsh/.config/zsh/options.zsh @@ -7,8 +7,5 @@ zstyle ':completion:*' menu yes select # Friendly names in Antidote zstyle ':antidote:bundle' use-friendly-names 'yes' -# Syntax highlighters -ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern regexp root line) - # Right indentation off ZLE_RPROMPT_INDENT=0