summaryrefslogtreecommitdiffstats
path: root/bashrc/common/dircolors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc/common/dircolors.sh')
-rw-r--r--bashrc/common/dircolors.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc/common/dircolors.sh b/bashrc/common/dircolors.sh
new file mode 100644
index 0000000..f26a163
--- /dev/null
+++ b/bashrc/common/dircolors.sh
@@ -0,0 +1,4 @@
+# colored output for ls
+if hash dircolors; then
+ eval $(dircolors -b)
+fi