diff options
Diffstat (limited to 'etc/completion')
-rw-r--r-- | etc/completion | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/completion b/etc/completion index 11e6e2b..4408052 100644 --- a/etc/completion +++ b/etc/completion @@ -50,9 +50,8 @@ zstyle -e ':completion:*' hosts 'reply=(${(k)hosts})' if [[ -r $compdump ]] { compinit -C -d $compdump } else { - echo -n "${info}--${reset} Creating completion cache" + zrc_status "Creating completion cache" compinit -d $compdump - echo -n "\r\e[2K" } compdef _hosts sshmount |