allow colors in custom prompt

This commit is contained in:
Thomas Flori 2018-09-25 08:24:22 +02:00
parent 289140cc6d
commit 108c27b51a
No known key found for this signature in database
GPG Key ID: E482A775A87FEAD3

View File

@ -330,7 +330,7 @@ function __bobthefish_finish_segments -S -d 'Close open prompt segments'
else else
set prompt "$__bobthefish_right_arrow_glyph " set prompt "$__bobthefish_right_arrow_glyph "
end end
echo -ns "$prompt" echo -ens "$prompt"
else if [ "$theme_newline_cursor" = 'clean' ] else if [ "$theme_newline_cursor" = 'clean' ]
echo -ens "\n" echo -ens "\n"
end end