projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d32617
)
app-shells/bash: bashrc: clean up ls_colors var too #572582
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 23 Jun 2016 05:29:58 +0000
(
01:29
-0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 23 Jun 2016 05:31:13 +0000
(
01:31
-0400)
app-shells/bash/files/bashrc
patch
|
blob
|
history
diff --git
a/app-shells/bash/files/bashrc
b/app-shells/bash/files/bashrc
index 1107f4353058cc919a854514df771a957ba0c9c0..f625657bb15ca23006b5cd08fa76dab35117e8c3 100644
(file)
--- 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