diff --git a/fish_prompt.fish b/fish_prompt.fish index 42f36ba..9006b0d 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -383,7 +383,7 @@ function __bobthefish_finish_segments -S -d 'Close open prompt segments' else set prompt "$right_arrow_glyph " end - echo -ns "$prompt" + echo -ens "$prompt" else if [ "$theme_newline_cursor" = 'clean' ] echo -ens "\n" end