From a2ab3b857072bdcd8d6f589ea281e0d5d53c01ef Mon Sep 17 00:00:00 2001 From: JuanPablo Date: Wed, 3 Aug 2011 19:16:23 -0400 Subject: [PATCH] return of utf8 colors dot --- themes/pixelmuerto.zsh-theme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/pixelmuerto.zsh-theme b/themes/pixelmuerto.zsh-theme index dc89fde15..107fd89fc 100644 --- a/themes/pixelmuerto.zsh-theme +++ b/themes/pixelmuerto.zsh-theme @@ -6,8 +6,8 @@ autoload -Uz vcs_info local localDate='%{$fg[white]%}$(date +%H:%M)%{$reset_color%}' local userHost= #'[%n@%m] ' -zstyle ':vcs_info:*' stagedstr '%F{green}+' -zstyle ':vcs_info:*' unstagedstr '%F{yellow}*' +zstyle ':vcs_info:*' stagedstr '%F{green}●' +zstyle ':vcs_info:*' unstagedstr '%F{yellow}●' zstyle ':vcs_info:*' check-for-changes true zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{11}%r' zstyle ':vcs_info:*' enable git svn @@ -53,7 +53,7 @@ precmd () { if [[ -z $(git ls-files --other --exclude-standard 2> /dev/null) ]] { zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{green}]' } else { - zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{red}?%F{green}]' + zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{red}●%F{green}]' } vcs_info