From 746c256d1e2988b543ad562bf43324ca353b4fa0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 29 Nov 2009 16:32:41 +0100 Subject: zshrc: Print note when creating completion cache --- etc/rc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc b/etc/rc index b2bf7fa..a6d6513 100644 --- a/etc/rc +++ b/etc/rc @@ -601,6 +601,7 @@ zstyle ':completion:*:manuals.*' insert-sections true # $hosts is set from the hosts package zstyle ':completion:*' hosts ${(k)hosts} +[[ -e $ZCACHEDIR/compdump ]] || zrc_info "Creating completion cache" compinit -C -d $ZCACHEDIR/compdump compdef _hosts sshmount -- cgit v1.2.3