index
:
dotfiles
master
personal dotfiles
Alexander Sulfrian
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bashrc
/
common
/
dircolors.sh
blob: 901240d4d98b98734c17d36daea0425aa047e439 (
plain
) (
blame
)
1
2
3
4
# colored output for ls
if
hash
dircolors
2
>/dev/null
;
then
eval
$(
dircolors -b
)
fi