From: Mike Frysinger Date: Thu, 23 Jun 2016 05:29:58 +0000 (-0400) Subject: app-shells/bash: bashrc: clean up ls_colors var too #572582 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=becfc11732db43397071f873487813165c0bdd85;p=gentoo.git app-shells/bash: bashrc: clean up ls_colors var too #572582 --- diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc index 1107f4353058..f625657bb15c 100644 --- a/app-shells/bash/files/bashrc +++ b/app-shells/bash/files/bashrc @@ -85,6 +85,7 @@ if type -P dircolors >/dev/null ; then if [[ ${ls_colors} == "${LS_COLORS}" ]] ; then unset LS_COLORS fi + unset ls_colors ;; esac fi