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