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%}'