Rename the completion module zstyle
This commit is contained in:
parent
24559be19d
commit
c24273e4d2
|
@ -31,7 +31,7 @@ zstyle ':completion::complete:*' use-cache on
|
||||||
zstyle ':completion::complete:*' cache-path "$HOME/.zcache"
|
zstyle ':completion::complete:*' cache-path "$HOME/.zcache"
|
||||||
|
|
||||||
# Case-insensitive (all), partial-word, and then substring completion.
|
# Case-insensitive (all), partial-word, and then substring completion.
|
||||||
if zstyle -t ':omz:completion:*' case-sensitive; then
|
if zstyle -t ':omz:module:completion:*' case-sensitive; then
|
||||||
zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
|
zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
|
||||||
setopt CASE_GLOB
|
setopt CASE_GLOB
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue