From 60dfe1904920987ad77f2ce0fa71c2b6f023e93c Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Wed, 25 Mar 2026 15:39:05 +0100 Subject: [PATCH] message type case unsensitive --- profile.d/disp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.d/disp.sh b/profile.d/disp.sh index 25fed8e..b446ea5 100644 --- a/profile.d/disp.sh +++ b/profile.d/disp.sh @@ -128,7 +128,7 @@ disp() local color_enabled=1 [[ -n $NO_COLOR ]] && color_enabled=0 - case $1 in + case ${1^^} in "I") if [[ $color_enabled -eq 1 ]]; then local heads="[ ${IGreen}info${DEFAULTFG} ]"