mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
zshrc: update completion configuration
This commit is contained in:
parent
bc3f39e905
commit
c01fc34e55
3
.zshrc
3
.zshrc
@ -47,8 +47,9 @@ bindkey "^[^[[A" up-line-or-beginning-search # Up
|
||||
bindkey "^[[B" down-line-or-beginning-search # Down
|
||||
bindkey "^[^[[B" down-line-or-beginning-search # Down
|
||||
|
||||
zstyle ':completion:*:sudo::' environ PATH="/sbin:/usr/sbin:$PATH" HOME="/root"
|
||||
zstyle ':completion:*:sudo|_::' environ PATH="/sbin:/usr/sbin:$PATH" HOME="/root"
|
||||
zstyle ':completion:*' matcher-list '' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'r:|[._-]=** r:|=**' 'l:|=* r:|=*'
|
||||
zstyle ':completion:*' rehash true
|
||||
zstyle :compinstall filename "$HOME/.zshrc"
|
||||
|
||||
autoload -U compinit ; compinit
|
||||
|
Loading…
Reference in New Issue
Block a user