From bb4c1a2234b7c9804684d81183d89011625a13ce Mon Sep 17 00:00:00 2001 From: shokinn Date: Wed, 27 Aug 2025 16:38:46 +0200 Subject: [PATCH] Update zsh-syntax-highlighting configuration and enhance autosuggestions highlight style --- dotfiles/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 80c46e8..905f928 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -79,8 +79,9 @@ ZOXIDE_CMD_OVERRIDE="cd" # zsh-autosuggestions - https://github.com/zsh-users/zsh-autosuggestions?tab=readme-ov-file#suggestion-highlight-style ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="bold" -# zsh-syntax-highlighting - unknown tokens / errors +# zsh-syntax-highlighting - https://github.com/zsh-users/zsh-syntax-highlighting typeset -A ZSH_HIGHLIGHT_STYLES +# unknown tokens / errors ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=black,bg=red,bold' # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)