commit: becfc11732db43397071f873487813165c0bdd85
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 05:29:58 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 05:31:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becfc117
app-shells/bash: bashrc: clean up ls_colors var too #572582
app-shells/bash/files/bashrc | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc
index 1107f43..f625657 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