beautify waiting dots

This commit is contained in:
Armin Jenewein 2015-02-22 01:01:31 +01:00
commit 352bbb84c1

View file

@ -59,7 +59,7 @@ zstyle '*' single-ignored show
if [ "$DISABLE_COMPLETION_WAITING_DOTS" != "true" ]; then if [ "$DISABLE_COMPLETION_WAITING_DOTS" != "true" ]; then
expand-or-complete-with-dots() { expand-or-complete-with-dots() {
echo -n "\e[31m......\e[0m" echo -n "\e[36m•\e[0m"
zle expand-or-complete zle expand-or-complete
zle redisplay zle redisplay
} }