diff --git a/bullet-train.zsh-theme b/bullet-train.zsh-theme index 45afa99..b495bd9 100644 --- a/bullet-train.zsh-theme +++ b/bullet-train.zsh-theme @@ -600,7 +600,11 @@ prompt_chars() { bt_prompt_chars="${bt_prompt_chars}" fi - echo -n "$bt_prompt_chars " + echo -n "$bt_prompt_chars" + + if [[ -n $BULLETTRAIN_PROMPT_CHAR ]]; then + echo -n " " + fi } # Prompt Line Separator