diff --git a/bullet-train.zsh-theme b/bullet-train.zsh-theme index 878e4cc..8c2556e 100644 --- a/bullet-train.zsh-theme +++ b/bullet-train.zsh-theme @@ -524,7 +524,7 @@ prompt_status() { # Prompt Character prompt_chars() { - local bt_prompt_chars="${BULLETTRAIN_PROMPT_CHAR}" + local bt_prompt_chars="${BULLETTRAIN_PROMPT_CHAR} " if [[ $BULLETTRAIN_PROMPT_ROOT == true ]]; then bt_prompt_chars="%(!.%F{red}# .%F{green}${bt_prompt_chars}%f)"