Fix: dircolors loading
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#COLORS_FILE="$LWS/conf/dircolors/ansi-light.dircolors"
|
||||
COLORS_FILE="$LWS/conf/dircolors/dracula.dircolors"
|
||||
|
||||
if [[ -f "$COLORS_FILE" ]]; then
|
||||
if can_run dircolors && [[ -f "$COLORS_FILE" ]]; then
|
||||
xlog "Loading colors $COLORS_FILE"
|
||||
eval "$(dircolors "$COLORS_FILE")"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user