aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/profile.d/ls.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/sh/profile.d/ls.sh b/sh/profile.d/ls.sh
new file mode 100644
index 00000000..c00d815d
--- /dev/null
+++ b/sh/profile.d/ls.sh
@@ -0,0 +1,5 @@
+# Define and store appropriate colors for ls
+if command -v dircolors >/dev/null 2>&1; then
+ eval "$(dircolors --sh)"
+fi
+