fixed dircolors test

This commit is contained in:
tmont 2018-11-27 15:39:30 -08:00
parent 9b967b0950
commit cb530888ee

View File

@ -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