fix normal user username

pull/628/head
James Whisnant 2015-12-19 23:37:12 -05:00
parent 11057a77a7
commit fbd0a33cd1
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ prompt() {
# yes, these are the the same for now ... # yes, these are the the same for now ...
my_ps_host_root="${green}\h${normal}"; 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}"; my_ps_root="${bold_red}\u${normal}";
if [ -n "$VIRTUAL_ENV" ] if [ -n "$VIRTUAL_ENV" ]