summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashprompt3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashprompt b/.bashprompt
index e384f17..6eb6e3b 100644
--- a/.bashprompt
+++ b/.bashprompt
@@ -121,7 +121,8 @@ __set-prompt ()
if __show-hostname
then
- PS1+=$(__fontify '@\H' dim green)
+ PS1+=$(__fontify '@' dim)
+ PS1+=$(__fontify '\H' bold green)
fi
PS1+=$(__fontify : dim)