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