summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc/common/dircolors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/common/dircolors.sh b/bashrc/common/dircolors.sh
index f26a163..901240d 100644
--- a/bashrc/common/dircolors.sh
+++ b/bashrc/common/dircolors.sh
@@ -1,4 +1,4 @@
# colored output for ls
-if hash dircolors; then
+if hash dircolors 2>/dev/null ; then
eval $(dircolors -b)
fi