Remove redundant LS_COLORS handling

This commit is contained in:
crater2150 2019-07-08 16:08:34 +02:00
parent b3e900cae7
commit 586a351b0f

View file

@ -75,5 +75,3 @@ else
fi
fi
fi
[[ -z "$LS_COLORS" ]] && [ -e /etc/DIR_COLORS ] && eval "$(dircolors /etc/DIR_COLORS)"