commented out debugging code

This commit is contained in:
ronny abraham 2025-05-05 16:53:38 +03:00
parent acb09b7f0c
commit 2c6afe535f

View file

@ -46,9 +46,10 @@ else
fi fi
fi fi
echo "shell_colors: $shell_colors" # debugging
echo "theme: $theme" # echo "shell_colors: $shell_colors"
echo "dir_colors_cmd: $dircolors_cmd" # echo "theme: $theme"
# echo "dir_colors_cmd: $dircolors_cmd"
# Apply dircolors theme or fallback # Apply dircolors theme or fallback
if [[ -r "$shell_colors/$theme" ]]; then if [[ -r "$shell_colors/$theme" ]]; then