aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/profile.d/ls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile.d/ls.sh b/sh/profile.d/ls.sh
index b125b02e..25fe4777 100644
--- a/sh/profile.d/ls.sh
+++ b/sh/profile.d/ls.sh
@@ -1,7 +1,7 @@
# Define and store appropriate colors for ls
if command -v dircolors >/dev/null 2>&1 ; then
if [ -r "$HOME"/.dircolors ] ; then
- eval "$(dircolors --sh "$HOME"/.dircolors)"
+ eval "$(dircolors --sh -- "$HOME"/.dircolors)"
else
eval "$(dircolors --sh)"
fi