From 575e06be24821ff828d1468434fe28164f355dab Mon Sep 17 00:00:00 2001 From: Jiri Tyr Date: Thu, 16 Feb 2017 16:42:24 +0000 Subject: [PATCH] Bringing back the final prompt chars space In the PR #162, the final space after the prompt chars was removed. This PR is bringing it back. --- bullet-train.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"