summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-22 00:08:08 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-22 00:08:08 +0000
commit9c70f48dc8a62066e166c67aa03c3e41fcec51bd (patch)
treedc358da6459d892f2b72ecbf09774ebc64714d6b /app-shells/bash/files/bashrc
parentFix amd64 support so it works. (diff)
downloadgentoo-2-9c70f48dc8a62066e166c67aa03c3e41fcec51bd.tar.gz
gentoo-2-9c70f48dc8a62066e166c67aa03c3e41fcec51bd.tar.bz2
gentoo-2-9c70f48dc8a62066e166c67aa03c3e41fcec51bd.zip
tweak comments, touchup syntax, and in general tweak
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-shells/bash/files/bashrc')
-rw-r--r--app-shells/bash/files/bashrc13
1 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc
index ba468587f5bb..fa3103e312a1 100644
--- a/app-shells/bash/files/bashrc
+++ b/app-shells/bash/files/bashrc
@@ -1,16 +1,16 @@
-# /etc/bash.bashrc:
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/files/bashrc,v 1.7 2005/07/15 22:41:48 vapier Exp $
-#
+# /etc/bash/bashrc
+#
# This file is sourced by all *interactive* bash shells on startup,
# including some apparently interactive shells such as scp and rcp
-# that can't tolerate any output.
+# that can't tolerate any output. So make sure this doesn't display
+# anything or bad things will happen !
# Test for an interactive shell. There is no need to set anything
# past this point for scp and rcp, and it's important to refrain from
# outputting anything in those cases.
if [[ $- != *i* ]] ; then
- # Shell is non-interactive. Be done now
+ # Shell is non-interactive. Be done now!
return
fi
@@ -49,3 +49,6 @@ else
PS1='\u@\h \w \$ '
fi
fi
+
+# Try to keep environment pollution down, EPA loves us.
+unset use_color safe_term