From 7b677b4a4ee383d0efc848df655612335cb92b7b Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sun, 27 Sep 2015 13:16:25 -0400 Subject: [PATCH] Fix unmatched quote --- 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 7de86f4..3d6e2d3 100644 --- a/bullet-train.zsh-theme +++ b/bullet-train.zsh-theme @@ -435,7 +435,7 @@ prompt_char() { fi if [[ $BULLETTRAIN_PROMPT_SEPARATE_LINE == false ]]; then - bt_prompt_char=" ${bt_prompt_char} + bt_prompt_char="${bt_prompt_char}" fi echo -n $bt_prompt_char