From 1afe736a8449c1fe0754ceb4dbeac70e1d614c71 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 18 Aug 2023 16:03:22 +0200 Subject: [PATCH] zshrc: tweak highlighters conf --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ddef14d..efb53c8 100644 --- a/.zshrc +++ b/.zshrc @@ -93,7 +93,7 @@ ) source $ZSH/oh-my-zsh.sh - ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor) + ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern) ZSH_AUTOSUGGEST_STRATEGY=(history completion) ZSH_AUTOSUGGEST_USE_ASYNC=