diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-14 03:10:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-14 03:10:00 +0000 |
commit | 6616e3d73ab0e93f3097ec80f3d40a5ba7bd2b89 (patch) | |
tree | 7d52c735aede460eb86ad14dd017ee6177f9e8c1 /app-shells/bash/files/bashrc | |
parent | Fixes for CAN 0415, 0685, and cmdline proc leak. (Manifest recommit) (diff) | |
download | gentoo-2-6616e3d73ab0e93f3097ec80f3d40a5ba7bd2b89.tar.gz gentoo-2-6616e3d73ab0e93f3097ec80f3d40a5ba7bd2b89.tar.bz2 gentoo-2-6616e3d73ab0e93f3097ec80f3d40a5ba7bd2b89.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 |