diff --git a/bullet-train.zsh-theme b/bullet-train.zsh-theme index f6531ef..a2bb57c 100644 --- a/bullet-train.zsh-theme +++ b/bullet-train.zsh-theme @@ -570,8 +570,8 @@ prompt_char() { bt_prompt_char="%(!.%F{red}#.%F{green}${bt_prompt_char}%f)" fi - if [[ $BULLETTRAIN_PROMPT_SEPARATE_LINE == false ]]; then - bt_prompt_char=" ${bt_prompt_char}" + if [[ $BULLETTRAIN_PROMPT_SEPARATE_LINE == false ]]; then + bt_prompt_char="${bt_prompt_char}" fi echo -n $bt_prompt_char