We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef709d9 commit b1ccb30Copy full SHA for b1ccb30
kube-ps1.sh
@@ -192,7 +192,7 @@ kube_ps1() {
192
# Namespace
193
if [[ "${KUBE_PS1_NS_ENABLE}" == true ]]; then
194
KUBE_PS1+="${KUBE_PS1_DIVIDER}"
195
- KUBE_PS1+="${KUBE_PS1_NS_COLOR}$KUBE_PS1_NAMESPACE${KUBE_PS1_RESET_COLOR}"
+ KUBE_PS1+="${KUBE_PS1_NS_COLOR}${KUBE_PS1_NAMESPACE}${KUBE_PS1_RESET_COLOR}"
196
fi
197
# Suffix
198
KUBE_PS1+="${KUBE_PS1_SUFFIX}"
0 commit comments