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