diff options
Diffstat (limited to 'etc/completion')
-rw-r--r-- | etc/completion | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/completion b/etc/completion index 91b081f..46d9d6e 100644 --- a/etc/completion +++ b/etc/completion @@ -48,12 +48,7 @@ zstyle ':completion:*:manuals.*' insert-sections true # $hosts is set from the hosts package zstyle -e ':completion:*' hosts 'reply=(${(k)hosts})' -if [[ -r $compdump ]] { - compinit -C -d $compdump -} else { - zrc_status "Creating completion cache" - compinit -d $compdump -} +compinit -C -d $compdump compdef _hosts sshmount compdef _functions reload |