commented out debugging code
This commit is contained in:
parent
acb09b7f0c
commit
2c6afe535f
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue