app-shells/bash: bashrc: back out clearing of default LS_COLORS #583814
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Jun 2016 06:01:29 +0000 (02:01 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 23 Jun 2016 06:01:32 +0000 (02:01 -0400)
commite034ed6fa7205737661467cc148fadba79d7fec8
tree5f5bfe97d133a77cf7e1242e078e7bee67c6d8ee
parent8da4a0c2cd84f57cc191814b88189858f3d9f8be
app-shells/bash: bashrc: back out clearing of default LS_COLORS #583814

The behavior of ls in the default case (when LS_COLORS isn't set) isn't
documented well.  The manual leads you to believe the defaults will be
used when in reality they are not.  A scan of the source shows this.  So
back out some the attempts to optimize the env and go back to exporting
LS_COLORS all the time.  We'll just have to live with incompat warnings
when coreutils upgrades & changes behavior.
app-shells/bash/files/bashrc