auto rehash

master
Sebastian Tramp 2011-08-14 13:26:50 +02:00
parent 30a02bc5d2
commit 253d136ebf
1 changed files with 4 additions and 0 deletions

View File

@ -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