From 173ae2884b0722ca1b9edd7ce57027a1b643d5fe Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 1 Jun 2025 13:24:20 -0700 Subject: [PATCH] zsh: fix syntax highlighting --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 2315f7f..6e790b6 100644 --- a/.zshrc +++ b/.zshrc @@ -150,7 +150,7 @@ Set the SKIP_P10K_THEME environment variable to 'true' or make a configuration t zstyle ':completion:*' group-name '' zstyle ':completion:*' ignore-parents parent pwd .. # zstyle ':completion:*' insert-unambiguous true - zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} + zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} # <- syntax highlighting fix # zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s zstyle ':completion:*' list-suffixes true # zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'r:|[._-]=** r:|=**'