aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/ls.sh
blob: f99a59f476d9b4a99752854ddc4a04eec529ae09 (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