summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-06-23 01:29:58 -0400
committerMike Frysinger <vapier@gentoo.org>2016-06-23 01:31:13 -0400
commitbecfc11732db43397071f873487813165c0bdd85 (patch)
treecea66ee22803bdf5ba1a202d4ca4b7803550b284 /app-shells
parentapp-backup/bacula: Let bacula-dir start successful under systemd (Bug #584442) (diff)
downloadgentoo-becfc11732db43397071f873487813165c0bdd85.tar.gz
gentoo-becfc11732db43397071f873487813165c0bdd85.tar.bz2
gentoo-becfc11732db43397071f873487813165c0bdd85.zip
app-shells/bash: bashrc: clean up ls_colors var too #572582
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash/files/bashrc1
1 files changed, 1 insertions, 0 deletions
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