Skip to content

Commit

Permalink
zc-all: Better coloring when informing about send to busy session
Browse files Browse the repository at this point in the history
  • Loading branch information
psprint committed Sep 30, 2016
1 parent 06ddbef commit fc5fb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zc-all
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit fc5fb11

Please sign in to comment.