aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/ls.sh
blob: c00d815dfcab2f0ec5b86eaa2c3279296ec1f062 (plain) (blame)
1
2
3
4
5
# Define and store appropriate colors for ls
if command -v dircolors >/dev/null 2>&1; then
    eval "$(dircolors --sh)"
fi