]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/profile.d/dircolors.sh
Import bash startfiles from IPFire 3.x.
[people/pmueller/ipfire-2.x.git] / config / profile.d / dircolors.sh
diff --git a/config/profile.d/dircolors.sh b/config/profile.d/dircolors.sh
deleted file mode 100644 (file)
index 873d91b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Setup for /bin/ls to support color, the alias is in /etc/bashrc.
-if [ -f "/etc/dircolors" ] ; then
-        eval $(dircolors -b /etc/dircolors)
-
-        if [ -f "$HOME/.dircolors" ] ; then
-                eval $(dircolors -b $HOME/.dircolors)
-        fi
-fi
-alias ls='ls --color=auto'