From 69e4ee23c27cd610f33a4cc2a780ec9860c049f9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 12 Mar 2009 20:33:45 +0100 Subject: Don't print completion cache message, since completion is already announced --- etc/completion | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'etc/completion') 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 -- cgit v1.2.3