fix: reenable zsh case insensitive completion
This commit is contained in:
parent
a50f3c3e0b
commit
b5676aa2aa
|
@ -5,6 +5,9 @@ zstyle ':completion:*' insert-tab false
|
|||
# provide verbose completion information
|
||||
zstyle ':completion:*' verbose true
|
||||
|
||||
# match uppercase from lowercase
|
||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
|
||||
|
||||
# provide .. as a completion
|
||||
zstyle ':completion:*' special-dirs ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue