From c5778d224a29f1334600fe21bbf8cbaa1ab5d2dc Mon Sep 17 00:00:00 2001 From: rjboczar Date: Wed, 15 Feb 2017 11:24:28 -0800 Subject: [PATCH] that newline drives me insane --- modules/prompt/functions/prompt_steeef_setup | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/prompt/functions/prompt_steeef_setup b/modules/prompt/functions/prompt_steeef_setup index 996331fd..85e2ef56 100644 --- a/modules/prompt/functions/prompt_steeef_setup +++ b/modules/prompt/functions/prompt_steeef_setup @@ -85,8 +85,7 @@ function prompt_steeef_setup { zstyle ':prezto:module:python:info:virtualenv' format '(%v)' # Define prompts. - PROMPT=" -${_prompt_steeef_colors[3]}%n%f at ${_prompt_steeef_colors[2]}%m%f in ${_prompt_steeef_colors[5]}%~%f "'${vcs_info_msg_0_}'" + PROMPT="${_prompt_steeef_colors[3]}%n%f at ${_prompt_steeef_colors[2]}%m%f in ${_prompt_steeef_colors[5]}%~%f "'${vcs_info_msg_0_}'" "'$python_info[virtualenv]'"$ " RPROMPT='' }