summaryrefslogblamecommitdiffstats
path: root/bashrc/common/dircolors.sh
blob: f26a163471d291452276dd26ad0b6cb391a3ceaf (plain) (tree)
1
2
3
4



                            
# colored output for ls
if hash dircolors; then
	eval $(dircolors -b)
fi