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
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue