Correzione riga matcher-list. Comunque disabilitata.

This commit is contained in:
Emiliano Vavassori 2024-06-19 02:01:24 +02:00
parent 2144737fda
commit 8488c25095

View File

@ -21,7 +21,7 @@ setopt autocd
setopt inc_append_history setopt inc_append_history
setopt histignorespace # Ignore putting in history commands beginning with a space setopt histignorespace # Ignore putting in history commands beginning with a space
#zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Zaz}' # Case insensitive completion #zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # Case insensitive completion
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" # Color completion zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" # Color completion
zstyle ':completion:*' rehash true # automatically updates new paths zstyle ':completion:*' rehash true # automatically updates new paths
# Speed completion # Speed completion