From 2c6afe535f316fe1e853516669dfd9bf0bda6c51 Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Mon, 5 May 2025 16:53:38 +0300 Subject: [PATCH] commented out debugging code --- bin/prompt-theme.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/prompt-theme.sh b/bin/prompt-theme.sh index 8a909bc..c675ae5 100755 --- a/bin/prompt-theme.sh +++ b/bin/prompt-theme.sh @@ -46,9 +46,10 @@ else fi fi -echo "shell_colors: $shell_colors" -echo "theme: $theme" -echo "dir_colors_cmd: $dircolors_cmd" +# debugging +# echo "shell_colors: $shell_colors" +# echo "theme: $theme" +# echo "dir_colors_cmd: $dircolors_cmd" # Apply dircolors theme or fallback if [[ -r "$shell_colors/$theme" ]]; then