summaryrefslogtreecommitdiff
path: root/etc/completion
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-12 20:33:45 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-12 20:33:45 +0100
commit69e4ee23c27cd610f33a4cc2a780ec9860c049f9 (patch)
tree6a3401c4659db4f77bf9ff0f26060ee6ed3ce424 /etc/completion
parent8316d5880747f47a11d958eabdde08df97e4d027 (diff)
Don't print completion cache message, since completion is already announced
Diffstat (limited to 'etc/completion')
-rw-r--r--etc/completion7
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