Merge remote-tracking branch 'old/master'
This commit is contained in:
commit
72f0bc5de0
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ zstyle ':completion:*:warnings' format '%F{red}-- no matches found --%f'
|
||||||
zstyle ':completion:*' format '%F{yellow}-- %d --%f'
|
zstyle ':completion:*' format '%F{yellow}-- %d --%f'
|
||||||
zstyle ':completion:*' group-name ''
|
zstyle ':completion:*' group-name ''
|
||||||
zstyle ':completion:*' verbose yes
|
zstyle ':completion:*' verbose yes
|
||||||
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
|
local case_insensitive='m:{a-zA-Z}={A-Za-z}'
|
||||||
|
zstyle ':completion:*' matcher-list ${case_insensitive} "${case_insensitive} r:|?=**"
|
||||||
|
|
||||||
# directories
|
# directories
|
||||||
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
|
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
|
||||||
|
|
Loading…
Reference in a new issue