fix normal user username
parent
11057a77a7
commit
fbd0a33cd1
|
|
@ -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" ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue