1 autoload -U colors && colors
 
   5 zstyle ':vcs_info:*' stagedstr '%F{green}●'
 
   6 zstyle ':vcs_info:*' unstagedstr '%F{yellow}●'
 
   7 zstyle ':vcs_info:*' check-for-changes true
 
   8 zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{11}%r'
 
   9 zstyle ':vcs_info:*' enable git svn
 
  11     if [[ -z $(git ls-files --other --exclude-standard 2> /dev/null) ]] {
 
  12         zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{green}]'
 
  14         zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{red}●%F{green}]'
 
  21 PROMPT='%B%F{magenta}%c%B%F{green}${vcs_info_msg_0_}%B%F{magenta} %{$reset_color%}%% '
 
  23 autoload -U add-zsh-hook
 
  24 add-zsh-hook precmd  theme_precmd