Update prompt_sorin_setup

Moved ` ` after the virtual env info into the `zstyle` call and out of `RPROMPT`
This commit is contained in:
Jeef 2017-08-07 15:17:51 -04:00 committed by Indrajit Raychaudhuri
parent 5b244eeadb
commit 4c272a20f6

View file

@ -131,7 +131,7 @@ function prompt_sorin_setup {
# Set python-info format
zstyle ':prezto:module:python:info:virtualenv' format '%f%F{208}(%v)%F{7}'
zstyle ':prezto:module:python:info:virtualenv' format '%f%F{208}(%v)%F{7} '
# Get the async worker set up
async_start_worker async_sorin_git -n
@ -143,7 +143,7 @@ function prompt_sorin_setup {
# Define prompts.
PROMPT='${SSH_TTY:+"%F{9}%n%f%F{7}@%f%F{3}%m%f "}%F{4}${_prompt_sorin_pwd}%(!. %B%F{1}#%f%b.)${editor_info[keymap]} '
RPROMPT='$python_info[virtualenv] ${editor_info[overwrite]}%(?:: %F{1}⏎%f)${VIM:+" %B%F{6}V%f%b"}${_prompt_devel_git}'
RPROMPT='$python_info[virtualenv]${editor_info[overwrite]}%(?:: %F{1}⏎%f)${VIM:+" %B%F{6}V%f%b"}${_prompt_devel_git}'
SPROMPT='zsh: correct %F{1}%R%f to %F{2}%r%f [nyae]? '
}