app-shells/bash: bashrc: clean up ls_colors var too #572582
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Jun 2016 05:29:58 +0000 (01:29 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 23 Jun 2016 05:31:13 +0000 (01:31 -0400)
app-shells/bash/files/bashrc

index 1107f4353058cc919a854514df771a957ba0c9c0..f625657bb15ca23006b5cd08fa76dab35117e8c3 100644 (file)
@@ -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