+small comment
This commit is contained in:
parent
1f93a18e44
commit
188a62967d
@ -246,7 +246,7 @@ load_color()
|
||||
if [ $CONN = lcl -a $USR = nou_root ] ; then
|
||||
PS1="${WHITE}[\u \w]${NO_COL}"
|
||||
elif [ $CONN = lcl -a $USR = u_root ] ; then
|
||||
PS1="${YELLOW}[\w]${NO_COL}"
|
||||
PS1="${YELLOW}[\w]${NO_COL}" # no user name if we are local root
|
||||
elif [ $CONN = tel -a $USR = nou_root ] ; then
|
||||
PS1="[\u${LIGHT_GREEN}@\h${NO_COL} \w]${NO_COL}"
|
||||
elif [ $CONN = tel -a $USR = u_root ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user