aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d')
-rw-r--r--sh/profile.d/ls.sh13
1 files changed, 1 insertions, 12 deletions
diff --git a/sh/profile.d/ls.sh b/sh/profile.d/ls.sh
index 7eb61fde..0c3754e9 100644
--- a/sh/profile.d/ls.sh
+++ b/sh/profile.d/ls.sh
@@ -17,15 +17,4 @@
touch -- "$lcd"/color || exit
fi
fi
-) || return
-
-# Run dircolors(1) to export LS_COLORS if available and appropriate
-if [ -e "$HOME"/.cache/ls/color ] ; then
- if command -v dircolors >/dev/null ; then
- if [ -r "$HOME"/.dircolors ] ; then
- eval "$(dircolors --sh -- "$HOME"/.dircolors)"
- else
- eval "$(dircolors --sh)"
- fi
- fi
-fi
+)