From 993745438fc34987c1e666af2e38ec5500971c37 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 7 May 2025 14:10:51 +0200 Subject: [PATCH] add missing CL --- misc/core.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/core.func b/misc/core.func index eb855c2..a806dfb 100644 --- a/misc/core.func +++ b/misc/core.func @@ -23,6 +23,7 @@ color() { BGN=$(echo "\033[4;92m") GN=$(echo "\033[1;92m") DGN=$(echo "\033[32m") + CL=$(echo "\033[m") } formatting() {