From c879e18a896a70bde957e2cd54bb367e858e747a Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 27 Jun 2025 08:02:43 +0100 Subject: [PATCH] Fix green colour Signed-off-by: Marcus Noble --- home/.bin/.utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.bin/.utils b/home/.bin/.utils index e8628c9..c5a0ad2 100644 --- a/home/.bin/.utils +++ b/home/.bin/.utils @@ -22,7 +22,7 @@ if [ $? -eq 0 ]; then } green() { - printf "\e[34;5;75m$@${END_CHARS}" + printf "\e[32;5;75m$@${END_CHARS}" } else bold() {