zshrc: update completion configuration
This commit is contained in:
parent
ba8db67539
commit
e9df82aeb6
2
zshrc
2
zshrc
|
@ -24,7 +24,7 @@ RPROMPT='%(?.%F{green}√%f.%F{red}%?%f) %F{#666666}%*%f'
|
||||||
# Completion
|
# Completion
|
||||||
# The following lines were added by compinstall
|
# The following lines were added by compinstall
|
||||||
|
|
||||||
zstyle ':completion:*' completer _expand _complete _ignored _approximate
|
zstyle ':completion:*' completer _complete _ignored _match _prefix
|
||||||
zstyle ':completion:*' expand prefix suffix
|
zstyle ':completion:*' expand prefix suffix
|
||||||
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
||||||
zstyle ':completion:*' menu select=1
|
zstyle ':completion:*' menu select=1
|
||||||
|
|
Loading…
Reference in New Issue