Use .dir_colors and .bashrc.d/15prompt_dircolors to set LS_COLORS.
authorW. Trevor King <wking@drexel.edu>
Thu, 1 Dec 2011 12:17:59 +0000 (07:17 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 1 Dec 2011 12:17:59 +0000 (07:17 -0500)
commitf07fcfb58cd202913dae93fc36e7de74cc1c1e7f
tree03dc6505228b18f033aae7a7718b2d3f7b44a635
parent79e9447957a01a516a2710f0d0c883dd21d5695e
Use .dir_colors and .bashrc.d/15prompt_dircolors to set LS_COLORS.

This uses the dircolors utility from GNU coreutils.  I created
.dircolors by running:
  $ dircolors --print-database > .dir_colors
on my Gentoo system.
src/.bashrc.d/00environment
src/.dir_colors [new file with mode: 0644]