aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/ls.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d/ls.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 c00d815d..f99a59f4 100644
--- a/sh/profile.d/ls.sh
+++ b/sh/profile.d/ls.sh
@@ -1,5 +1,5 @@
# Define and store appropriate colors for ls
-if command -v dircolors >/dev/null 2>&1; then
+if command -v dircolors >/dev/null 2>&1 ; then
eval "$(dircolors --sh)"
fi