summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-15 13:39:19 -0400
committerColin Walters <walters@verbum.org>2010-09-15 13:39:19 -0400
commit53950be76a76132c57d4210a8a64002aed6f9299 (patch)
tree38f49e3d19b51426817b213c6d53417632712e2c
parent5b06cf9c205703657fd476d3bfeb701208a5a612 (diff)
downloadhomegit-MOVED-TO-GNOME-53950be76a76132c57d4210a8a64002aed6f9299.tar.gz
homegit-MOVED-TO-GNOME-53950be76a76132c57d4210a8a64002aed6f9299.tar.xz
homegit-MOVED-TO-GNOME-53950be76a76132c57d4210a8a64002aed6f9299.zip
bashrc: also don't bold root prompt
VTE is too buggy for this.
-rw-r--r--dotfiles/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/bashrc b/dotfiles/bashrc
index 202c0b4..585a8da 100644
--- a/dotfiles/bashrc
+++ b/dotfiles/bashrc
@@ -50,7 +50,7 @@ _format_inroot_dir ()
_format_uid ()
{
if test $(id -u) = '0'; then
- echo -n " <"; tput rev; echo -n "uid=0"; tput sgr0; echo -n ">";
+ echo -n " <"; echo -n "uid=0"; echo -n ">";
fi
}