diff options
Diffstat (limited to 'radar-base.sh')
-rwxr-xr-x | radar-base.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radar-base.sh b/radar-base.sh index 0fee704..787d7a5 100755 --- a/radar-base.sh +++ b/radar-base.sh @@ -446,7 +446,7 @@ bash_color_remote_commits() { } zsh_color_remote_commits() { - local remote_master="\xF0\x9D\x98\xAE" # an italic m to represent master + local remote_master="$(printf '\xF0\x9D\x98\xAE')" # an italic m to represent master local green_ahead_arrow="%{$fg_bold[green]%}←%{$reset_color%}" local red_behind_arrow="%{$fg_bold[red]%}→%{$reset_color%}" local yellow_diverged_arrow="%{$fg_bold[yellow]%}⇄%{$reset_color%}" |