From 53950be76a76132c57d4210a8a64002aed6f9299 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 15 Sep 2010 13:39:19 -0400 Subject: bashrc: also don't bold root prompt VTE is too buggy for this. --- dotfiles/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit