diff options
Diffstat (limited to 'radar-base.sh')
-rwxr-xr-x | radar-base.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/radar-base.sh b/radar-base.sh index aa8ed2f..1be76e4 100755 --- a/radar-base.sh +++ b/radar-base.sh @@ -473,13 +473,13 @@ zsh_color_remote_commits() { bash_stash_status() { local number_stashes="$(git stash list | wc -l)" if [ $number_stashes -gt 0 ]; then - printf " $number_stashes\x01\033[1;33m\x02␣\x01\033[0m\x02)" + printf " $number_stashes\x01\033[1;33m\x02=\x01\033[0m\x02)" fi } zsh_stash_status() { local number_stashes="$(git stash list | wc -l)" if [ $number_stashes -gt 0 ]; then - printf %s " $number_stashes%{$fg_bold[yellow]%}␣%{$reset_color%})" + printf %s " $number_stashes%{$fg_bold[yellow]%}=%{$reset_color%})" fi }
\ No newline at end of file |