diff --git a/bullet-train.zsh-theme b/bullet-train.zsh-theme index 066ce21..4561781 100644 --- a/bullet-train.zsh-theme +++ b/bullet-train.zsh-theme @@ -547,7 +547,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)"