summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-15 22:41:48 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-15 22:41:48 +0000
commit75c558533317cc9833387c200c3f43c02ae64e10 (patch)
tree5308e59e52fe8f03e0dd7ef12acc28fc085863de /app-shells/bash/files/bashrc
parentno versioned jar (diff)
downloadgentoo-2-75c558533317cc9833387c200c3f43c02ae64e10.tar.gz
gentoo-2-75c558533317cc9833387c200c3f43c02ae64e10.tar.bz2
gentoo-2-75c558533317cc9833387c200c3f43c02ae64e10.zip
touchup color bleed
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-shells/bash/files/bashrc')
-rw-r--r--app-shells/bash/files/bashrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc
index e15d7f8fba55..ba468587f5bb 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.6 2005/05/26 22:07:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/files/bashrc,v 1.7 2005/07/15 22:41:48 vapier Exp $
#
# This file is sourced by all *interactive* bash shells on startup,
# including some apparently interactive shells such as scp and rcp
@@ -37,9 +37,9 @@ fi
if ${use_color} ; then
if [[ ${EUID} == 0 ]] ; then
- PS1='\[\033[01;31m\]\h \[\033[01;34m\]\W \$ \[\033[00m\]'
+ PS1='\[\033[01;31m\]\h\[\033[01;34m\] \W \$\[\033[00m\] '
else
- PS1='\[\033[01;32m\]\u@\h \[\033[01;34m\]\w \$ \[\033[00m\]'
+ PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
fi
else
if [[ ${EUID} == 0 ]] ; then