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: f26a163471d291452276dd26ad0b6cb391a3ceaf (
plain
) (
blame
)
1
2
3
4
# colored output for ls
if
hash
dircolors
;
then
eval
$(
dircolors -b
)
fi