From 4bd5a5b17da25adf8115d506ad1ae5f02f751295 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 2 Mar 2009 17:56:46 +0100 Subject: completion: remove "creating completion cache" message when done --- etc/completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/completion') diff --git a/etc/completion b/etc/completion index ef197e8..11e6e2b 100644 --- a/etc/completion +++ b/etc/completion @@ -50,9 +50,9 @@ zstyle -e ':completion:*' hosts 'reply=(${(k)hosts})' if [[ -r $compdump ]] { compinit -C -d $compdump } else { - echo -n "Creating completion cache..." + echo -n "${info}--${reset} Creating completion cache" compinit -d $compdump - echo + echo -n "\r\e[2K" } compdef _hosts sshmount -- cgit v1.2.3