From 53ea090710a2b6f7e60e565f0ef1f0b1fc1e2f72 Mon Sep 17 00:00:00 2001 From: Ben O'Hara Date: Sat, 2 Jun 2012 20:49:03 +1000 Subject: [PATCH] fix prompt --- modules/prompt/functions/prompt_solarized_setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/prompt/functions/prompt_solarized_setup b/modules/prompt/functions/prompt_solarized_setup index ecdae8b3..60735ce7 100644 --- a/modules/prompt/functions/prompt_solarized_setup +++ b/modules/prompt/functions/prompt_solarized_setup @@ -133,10 +133,10 @@ function prompt_solarized_setup { zstyle -b ':omz:module:prompt:solarized' dark '_prompt_dark' if is-true "${_prompt_dark}"; then - PROMPT="%(!.$prompt_red.$prompt_green)%n%f$prompt_base1 on $prompt_green%m%f$prompt_base1 in $prompt_base01%~%f"'${vcs_info_msg_0_}'" + PROMPT="%(!.$prompt_red.$prompt_green)%n%f$prompt_base1 at $prompt_green%m%f$prompt_base1 in $prompt_base01%~%f"'${vcs_info_msg_0_}'" "'$(virtualenv_info)'"$prompt_base1 %# $prompt_base0" else - PROMPT="%(!.$prompt_red.$prompt_green)%n%f$prompt_base01 on $prompt_green%m%f$prompt_base01 in $prompt_base1%~%f"'${vcs_info_msg_0_}'" + PROMPT="%(!.$prompt_red.$prompt_green)%n%f$prompt_base01 at $prompt_green%m%f$prompt_base01 in $prompt_base1%~%f"'${vcs_info_msg_0_}'" "'$(virtualenv_info)'"$prompt_base01 %# $prompt_base00" fi }