From becfc11732db43397071f873487813165c0bdd85 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 23 Jun 2016 01:29:58 -0400 Subject: app-shells/bash: bashrc: clean up ls_colors var too #572582 --- app-shells/bash/files/bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'app-shells/bash') 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 -- cgit v1.2.3-65-gdbad