From 3283a92bf9514c3ace9a956b0235606e8ddd557f Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 23 Sep 2015 17:46:54 -0400 Subject: [PATCH] Stop printing a blank line before every prompt --- bullet-train.zsh-theme | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bullet-train.zsh-theme b/bullet-train.zsh-theme index 9bebc20..951db27 100644 --- a/bullet-train.zsh-theme +++ b/bullet-train.zsh-theme @@ -456,8 +456,7 @@ build_prompt() { } if [[ $BULLETTRAIN_PROMPT_SEPARATE_LINE == true ]] then - PROMPT=' -%{%f%b%k%}$(build_prompt) + PROMPT='%{%f%b%k%}$(build_prompt) %{${fg_bold[default]}%}$(prompt_char) %{$reset_color%}' else PROMPT='%{%f%b%k%}$(build_prompt)%{${fg_bold[default]}%} $(prompt_char) %{$reset_color%}'