Added inside of Vim indicator to the Sorin theme.

This commit is contained in:
Sorin Ionescu 2012-01-26 21:18:52 -05:00
parent 7ca3ff941b
commit 9fb50ad9b4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ function prompt_sorin_setup() {
zstyle ':omz:plugin:git:prompt' rprompt '%A%B%S%a%d%m%r%U%u'
PROMPT='%F{cyan}%1~%f${git_prompt_info} %(!.%B%F{red}#%f%b.%B%F{green}%f%b) '
RPROMPT='%(?::%F{red}⏎%f)${git_rprompt_info}'
RPROMPT='%(?::%F{red}⏎%f)${VIM:+" %B%F{green}V%f%b"}${git_rprompt_info}'
SPROMPT='zsh: correct %F{red}%R%f to %F{green}%r%f [nyae]? '
}