mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 23:01:42 +00:00
should probably use the value of CASE_INSENSITIVE
This commit is contained in:
@ -14,7 +14,7 @@ compinit
|
||||
zmodload -i zsh/complist
|
||||
|
||||
## case-insensitive (all),partial-word and then substring completion
|
||||
if [ "$CASE_SENSITIVE" ]; then
|
||||
if [ "x$CASE_SENSITIVE" = "xtrue" ]; then
|
||||
zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
|
||||
unset CASE_SENSITIVE
|
||||
else
|
||||
|
Reference in New Issue
Block a user