From cb530888eebaf0a3eee6b19f003d2f86cda27f93 Mon Sep 17 00:00:00 2001 From: tmont Date: Tue, 27 Nov 2018 15:39:30 -0800 Subject: [PATCH] fixed dircolors test --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 4ebcb7a..436f42f 100644 --- a/.bashrc +++ b/.bashrc @@ -56,7 +56,7 @@ alias fgrep="fgrep --color=auto" export QUOTING_STYLE=literal # override executable directories weird blue on green color scheme -if which dircolors 2>&1 /dev/null; then +if which dircolors > /dev/null; then eval "$(dircolors)" export LS_COLORS="${LS_COLORS}:ow=1;4;33" fi