summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/completion4
1 files changed, 2 insertions, 2 deletions
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