We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1bed2 commit dd71295Copy full SHA for dd71295
06_status.zsh
@@ -2,6 +2,6 @@ function status-prompt() {
2
if [[ $status = 0 ]]; then
3
echo "%{$fg[green]%}\u2605%{$reset_color%}" # blame it on the black star
4
else
5
- echo "%{$fg[red]%}\u2604 $status%{$reset_color%}" # blame it on the falling sky
+ echo "%{$fg[red]%}\u2604\ufe0e $status%{$reset_color%}" # blame it on the falling sky
6
fi
7
-}
+}
0 commit comments