zsh: fix syntax highlighting

This commit is contained in:
PowerUser64 2025-06-01 13:24:20 -07:00
parent a73dd5c44f
commit 173ae2884b

2
.zshrc
View file

@ -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:|=**'