diff options
Diffstat (limited to 'bashrc/common')
-rw-r--r-- | bashrc/common/dircolors.sh | 2 |
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 |