From 352bbb84c18a35eee2e638c153d8ee1470f67232 Mon Sep 17 00:00:00 2001 From: Armin Jenewein Date: Sun, 22 Feb 2015 01:01:31 +0100 Subject: [PATCH] beautify waiting dots --- lib/completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/completion.zsh b/lib/completion.zsh index d62549daf..c1b806566 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -59,7 +59,7 @@ zstyle '*' single-ignored show if [ "$DISABLE_COMPLETION_WAITING_DOTS" != "true" ]; then expand-or-complete-with-dots() { - echo -n "\e[31m......\e[0m" + echo -n "\e[36m•\e[0m" zle expand-or-complete zle redisplay }