1
0
Fork 0
pull/186/head
Ben O'Hara 13 years ago
parent a3853ef5ae
commit 11604c298e

@ -132,9 +132,9 @@ function prompt_solarized_setup {
zstyle ':vcs_info:*:prompt:*' nvcsformats "" zstyle ':vcs_info:*:prompt:*' nvcsformats ""
zstyle -a ':omz:module:prompt:solarized' $HOST '_prompt_host' zstyle -a ':omz:module:prompt:solarized' $HOST '_prompt_host'
if [ ! -z $_prompt_host ]; then
prompt_host=$"prompt_$_prompt_host" prompt_host=$"prompt_$_prompt_host"
fi
zstyle -b ':omz:module:prompt:solarized' dark '_prompt_dark' zstyle -b ':omz:module:prompt:solarized' dark '_prompt_dark'
if is-true "${_prompt_dark}"; then 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_green)%n%f$prompt_base1 at $prompt_host%m%f$prompt_base1 in $prompt_base01%~%f"'${vcs_info_msg_0_}'"

Loading…
Cancel
Save