allow colors in custom prompt

pull/197/head
Thomas Flori 6 years ago committed by Justin Hileman
parent b9eb494dbf
commit 7d15e1ba1a

@ -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

Loading…
Cancel
Save