zsh: fix syntax highlighting
This commit is contained in:
parent
a73dd5c44f
commit
173ae2884b
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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:|=**'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue