From 9fb50ad9b49112fa98c13c81671d3c2f6ecabe8d Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Thu, 26 Jan 2012 21:18:52 -0500 Subject: [PATCH] Added inside of Vim indicator to the Sorin theme. --- themes/sorin/prompt_sorin_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/sorin/prompt_sorin_setup b/themes/sorin/prompt_sorin_setup index b77c988..f6944a8 100644 --- a/themes/sorin/prompt_sorin_setup +++ b/themes/sorin/prompt_sorin_setup @@ -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]? ' }