From fc5fb116f5596ccd7f5648261d9e34be30e2656b Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Sat, 1 Oct 2016 00:00:25 +0200 Subject: [PATCH] zc-all: Better coloring when informing about send to busy session --- zc-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zc-all b/zc-all index 98858c4..a267865 100644 --- a/zc-all +++ b/zc-all @@ -77,7 +77,7 @@ for (( idx = 1; idx <= 100; idx ++ )); do __zconvey_get_name_of_id "$idx" if (( force )); then counter+=1 - (( quiet )) || print "Sending to busy session $idx (name: $REPLY, busy with: $busywith)" + (( quiet )) || print "\033[1;35mSending to busy\033[0m session $idx (name: $REPLY, busy with: $busywith)" zc -qi "$idx" -r "${cmd[@]}" else (( quiet )) || print "Session $idx (name: $REPLY) busy ($busywith)"