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() {