From 108c27b51a88f81ad970d8b8b95da0906632370f Mon Sep 17 00:00:00 2001 From: Thomas Flori Date: Tue, 25 Sep 2018 08:24:22 +0200 Subject: [PATCH] allow colors in custom prompt --- fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index 7ade45b..4ad74ff 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -330,7 +330,7 @@ function __bobthefish_finish_segments -S -d 'Close open prompt segments' else set prompt "$__bobthefish_right_arrow_glyph " end - echo -ns "$prompt" + echo -ens "$prompt" else if [ "$theme_newline_cursor" = 'clean' ] echo -ens "\n" end