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