diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-11-29 16:32:41 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-11-29 16:32:41 +0100 |
commit | 746c256d1e2988b543ad562bf43324ca353b4fa0 (patch) | |
tree | a27a53d4bd5f6b52290208736eb0a889c22b1af7 /etc | |
parent | e3dc534ec1ebf3d916d039be870597595aec68c5 (diff) |
zshrc: Print note when creating completion cache
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |