Correzione riga matcher-list. Comunque disabilitata.
This commit is contained in:
parent
2144737fda
commit
8488c25095
@ -21,7 +21,7 @@ setopt autocd
|
||||
setopt inc_append_history
|
||||
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:*' rehash true # automatically updates new paths
|
||||
# Speed completion
|
||||
|
Loading…
Reference in New Issue
Block a user