From f9a909621f309992a7f97d76638cdf284ec8f40b Mon Sep 17 00:00:00 2001 From: Yuri Kuit Date: Mon, 6 Jul 2026 16:16:45 +0200 Subject: [PATCH] v3-revamp --- 0-setup-linux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/0-setup-linux.sh b/0-setup-linux.sh index df8e9f4..4693800 100755 --- a/0-setup-linux.sh +++ b/0-setup-linux.sh @@ -29,6 +29,8 @@ color_gray() { printf "%b%s%b\n" "$GRAY" "$*" "$RESET"; } #------------------------------------------ # Debug Flag Initialization #------------------------------------------ +clear # Wipes the terminal history view cleanly + export DEBUG_MODE=false if [[ "${1:-}" == "-d" || "${1:-}" == "--debug" ]]; then export DEBUG_MODE=true