fixed dircolors test
This commit is contained in:
parent
9b967b0950
commit
cb530888ee
2
.bashrc
2
.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
|
||||
|
Loading…
Reference in New Issue
Block a user