From f213c3df5f70b21a164bedd811d6a71900da62a3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 29 Dec 2020 17:04:17 +0100 Subject: [PATCH] Follow convention and show type of message --- abra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra b/abra index f94c4a5..a6fd3e6 100755 --- a/abra +++ b/abra @@ -298,7 +298,7 @@ warning() { } success() { - echo "$(tput setaf 2)$*$(tput sgr0)" + echo "$(tput setaf 2)SUCCESS: $*$(tput sgr0)" } ###### Default settings