Fix unicode characters in the zsh theme

This commit is contained in:
Shadowfacts 2016-09-08 17:06:18 -04:00
parent 2ecd9eab75
commit 3dbc9564c4
No known key found for this signature in database
GPG Key ID: F802198A7D7F309D
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ local current_dir='${PWD/#$HOME/~}'
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[white]%}on%{$reset_color%} git:%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}â–ïŽ"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}â"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✖︎︎"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}"
local git_info='$(git_prompt_info)'
@ -16,4 +16,4 @@ PROMPT="
%{$terminfo[bold]$fg[yellow]%}${current_dir}%{$reset_color%}\
${git_info} \
%{$fg[white]%}[%D{%r}]
%{$terminfo[bold]$fg[red]%}⒠%{$reset_color%}"
%{$terminfo[bold]$fg[red]%} %{$reset_color%}"