Skip to content

Commit 486404e

Browse files
authored
Merge pull request #104 from reneluria/fix-emoji
Fix unicode character for newer macos versions
2 parents 829a6c3 + 3b46af9 commit 486404e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube-ps1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ _kube_ps1_symbol() {
152152
if ((BASH_VERSINFO[0] >= 4)) && [[ $'\u2388 ' != "\\u2388 " ]]; then
153153
KUBE_PS1_SYMBOL="${KUBE_PS1_SYMBOL_DEFAULT}"
154154
# KUBE_PS1_SYMBOL=$'\u2388 '
155-
KUBE_PS1_SYMBOL_IMG=$'\u2638 '
155+
KUBE_PS1_SYMBOL_IMG=$'\u2638\ufe0f '
156156
else
157157
KUBE_PS1_SYMBOL=$'\xE2\x8E\x88 '
158158
KUBE_PS1_SYMBOL_IMG=$'\xE2\x98\xB8 '

0 commit comments

Comments
 (0)