From 246aa809a98612f4ef905d9c462b9ae7d846fe8a Mon Sep 17 00:00:00 2001 From: Yves Hoppe Date: Thu, 23 Feb 2017 13:26:58 +0100 Subject: [PATCH] Add space after the prompt (\$) (#206) Since the latest version after the $ / # a space is missing --- 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..3fb6dfa 100644 --- a/bullet-train.zsh-theme +++ b/bullet-train.zsh-theme @@ -534,7 +534,7 @@ prompt_chars() { bt_prompt_chars="${bt_prompt_chars}" fi - echo -n $bt_prompt_chars + echo -n "$bt_prompt_chars " } # Prompt Line Separator