summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}