2c34214388
TrivialFix Change-Id: I1f03d428c380dfdbde5ef33e7ea43cbf5e9154ce
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
#### Custom data added by Kolla
|
|
_KBOLD="\[$(tput bold)\]"
|
|
_KRESET="\[$(tput sgr0)\]"
|
|
|
|
PS1="${_KBOLD}(${KOLLA_SERVICE_NAME})${_KRESET}[\u@\h \W]\\$ "
|