auto rehash
This commit is contained in:
parent
30a02bc5d2
commit
253d136ebf
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ if [[ -d "$functionsd" ]] {
|
|||
# load completions system
|
||||
zmodload -i zsh/complist
|
||||
|
||||
# auto rehash commands
|
||||
# http://www.zsh.org/mla/users/2011/msg00531.html
|
||||
zstyle ':completion:*' rehash true
|
||||
|
||||
# for all completions: menuselection
|
||||
zstyle ':completion:*' menu select=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue