Fix user display when root

pull/2/head
Bodaniel Jeanes 2011-03-26 18:46:21 -05:00
parent 86795d54af
commit cd3feae05b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function precmd {
user_at_host="$USER"
if [[ "$user" == "root" ]] then
user_at_host="$pr_red$user$pr_reset"
user_at_host="$pr_red$user_at_host$pr_reset"
fi
fi