From 4c272a20f612ed81543ccb893ad3bc9d8bb76828 Mon Sep 17 00:00:00 2001 From: Jeef Date: Mon, 7 Aug 2017 15:17:51 -0400 Subject: [PATCH] Update prompt_sorin_setup Moved ` ` after the virtual env info into the `zstyle` call and out of `RPROMPT` --- modules/prompt/functions/prompt_sorin_setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/prompt/functions/prompt_sorin_setup b/modules/prompt/functions/prompt_sorin_setup index 74bd417..d1d07ce 100644 --- a/modules/prompt/functions/prompt_sorin_setup +++ b/modules/prompt/functions/prompt_sorin_setup @@ -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]? ' }