diff options
author | 2004-08-14 03:10:00 +0000 | |
---|---|---|
committer | 2004-08-14 03:10:00 +0000 | |
commit | 6c3949428a9884b2b9c8ff5234c80fc445c01c12 (patch) | |
tree | 2a062998e93a7ad7dc28cb44975484c765060950 /app-shells/bash/files/bashrc | |
parent | Fixes for CAN 0415, 0685, and cmdline proc leak. (diff) | |
download | historical-6c3949428a9884b2b9c8ff5234c80fc445c01c12.tar.gz historical-6c3949428a9884b2b9c8ff5234c80fc445c01c12.tar.bz2 historical-6c3949428a9884b2b9c8ff5234c80fc445c01c12.zip |
Don't export PS1. Continuation of bug 26951, comments 60-62
Diffstat (limited to 'app-shells/bash/files/bashrc')
-rw-r--r-- | app-shells/bash/files/bashrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc index 51bec63f8964..0490253fc209 100644 --- a/app-shells/bash/files/bashrc +++ b/app-shells/bash/files/bashrc @@ -1,5 +1,5 @@ # /etc/bash.bashrc: -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/files/bashrc,v 1.2 2004/08/08 01:42:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/files/bashrc,v 1.3 2004/08/14 03:10:00 agriffis Exp $ # # This file is sourced by all *interactive* bash shells on startup, # including some apparently interactive shells such as scp and rcp @@ -29,4 +29,3 @@ else PS1='\u@\h \w \$ ' fi fi -export PS1 |