From fbd0a33cd1c5dc0a8ed6c7c2ed221fde9e6f346d Mon Sep 17 00:00:00 2001 From: James Whisnant Date: Sat, 19 Dec 2015 23:37:12 -0500 Subject: [PATCH] fix normal user username --- themes/zork/zork.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/zork/zork.theme.bash b/themes/zork/zork.theme.bash index 456ac0de..c022a408 100644 --- a/themes/zork/zork.theme.bash +++ b/themes/zork/zork.theme.bash @@ -71,7 +71,7 @@ prompt() { # yes, these are the the same for now ... my_ps_host_root="${green}\h${normal}"; - my_ps_user="${green}\h${normal}" + my_ps_user="${bold_green}\u${normal}" my_ps_root="${bold_red}\u${normal}"; if [ -n "$VIRTUAL_ENV" ]