From 8bc416ac593419a8c96627a71da56367f225caea Mon Sep 17 00:00:00 2001 From: theanonymousexyz Date: Tue, 22 Mar 2022 19:10:26 +0100 Subject: [PATCH] Zsh: mv {zsh,fast}-syntax-highlighting --- zsh/.config/zsh/options.zsh | 3 --- 1 file changed, 3 deletions(-) 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