Skip to content

Commit dd71295

Browse files
committed
make sure the u+2604 COMET is text style and not emoji style
1 parent ba1bed2 commit dd71295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

06_status.zsh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ function status-prompt() {
22
if [[ $status = 0 ]]; then
33
echo "%{$fg[green]%}\u2605%{$reset_color%}" # blame it on the black star
44
else
5-
echo "%{$fg[red]%}\u2604 $status%{$reset_color%}" # blame it on the falling sky
5+
echo "%{$fg[red]%}\u2604\ufe0e $status%{$reset_color%}" # blame it on the falling sky
66
fi
7-
}
7+
}

0 commit comments

Comments
 (0)