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.
2 parents 829a6c3 + 3b46af9 commit 486404eCopy full SHA for 486404e
kube-ps1.sh
@@ -152,7 +152,7 @@ _kube_ps1_symbol() {
152
if ((BASH_VERSINFO[0] >= 4)) && [[ $'\u2388 ' != "\\u2388 " ]]; then
153
KUBE_PS1_SYMBOL="${KUBE_PS1_SYMBOL_DEFAULT}"
154
# KUBE_PS1_SYMBOL=$'\u2388 '
155
- KUBE_PS1_SYMBOL_IMG=$'\u2638 '
+ KUBE_PS1_SYMBOL_IMG=$'\u2638\ufe0f '
156
else
157
KUBE_PS1_SYMBOL=$'\xE2\x8E\x88 '
158
KUBE_PS1_SYMBOL_IMG=$'\xE2\x98\xB8 '
0 commit comments