1
0
Fork 0
pull/186/head
Ben O'Hara 13 years ago
parent e313cca59c
commit 6015d5b0da

@ -145,10 +145,10 @@ function prompt_solarized_setup {
fi
zstyle -b ':omz:module:prompt:solarized' dark '_prompt_dark'
if is-true "${_prompt_dark}"; then
PROMPT="%(!.$prompt_red.$prompt_green)%n%f$prompt_base1 at $prompt_host%m%f$prompt_base1 in $prompt_base01%~%f"'${vcs_info_msg_0_}'"
PROMPT="%(!.$prompt_red.$prompt_host)%n%f$prompt_base1 at $prompt_host%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 at $prompt_host%m%f$prompt_base01 in $prompt_base1%~%f"'${vcs_info_msg_0_}'"
PROMPT="%(!.$prompt_red.$prompt_host)%n%f$prompt_base01 at $prompt_host%m%f$prompt_base01 in $prompt_base1%~%f"'${vcs_info_msg_0_}'"
"'$(virtualenv_info)'"$prompt_base01 %# $prompt_base00"
fi
}

Loading…
Cancel
Save