Skip to content

Commit

Permalink
Fixes unicode bug, closes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Nov 11, 2018
1 parent 4d18f47 commit 113ff4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -77,7 +77,7 @@ Almost all of them are about `git` repository status. And one icon idicates that
|| Repository is clean |
| § | Repository has unmerged changes |
|| Repository has added files |
| | Last command resulted in error |
| ⚠️ | Last command resulted in error |


## Fonts
Expand Down
2 changes: 1 addition & 1 deletion sobole.zsh-theme
Expand Up @@ -24,7 +24,7 @@ $(current_caret) '

PROMPT2='. '

_return_status="%(?..%{$fg[red]%}%? %{$reset_color%})"
_return_status="%(?..%{$fg[red]%}%? ⚠️%{$reset_color%})"

RPROMPT='%{$(echotc UP 1)%} $(vcs_status) ${_return_status}%{$(echotc DO 1)%}'

Expand Down

0 comments on commit 113ff4d

Please sign in to comment.