mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
Revert "Add an option for completion auto-rehash"
This commit is contained in:
parent
3329122ba9
commit
a1a1160352
2 changed files with 2 additions and 10 deletions
|
|
@ -32,11 +32,8 @@ else
|
|||
zstyle ':completion:*:*:*:*:processes' command "ps -u $USER -o pid,user,comm -w -w"
|
||||
fi
|
||||
|
||||
# rehash on every external command completion request
|
||||
if [ "x$REHASH_COMPLETION" = "xtrue" ]; then
|
||||
zstyle ':completion:*' rehash true
|
||||
unset REHASH_COMPLETION
|
||||
fi
|
||||
# auto-complete external commands
|
||||
zstyle ':completion:*' rehash true
|
||||
|
||||
# disable named-directories autocompletion
|
||||
zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-directories
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue