Add setting for clean multiline prompt

This commit is contained in:
Dietrich Daroch 2017-08-23 21:11:13 -07:00
parent 574190aa7b
commit 94010ef960

View File

@ -36,7 +36,7 @@
# set -g theme_color_scheme dark # set -g theme_color_scheme dark
# set -g fish_prompt_pwd_dir_length 0 # set -g fish_prompt_pwd_dir_length 0
# set -g theme_project_dir_length 1 # set -g theme_project_dir_length 1
# set -g theme_newline_cursor yes # set -g theme_newline_cursor yes | clean
# =========================== # ===========================
# Helper methods # Helper methods
@ -288,6 +288,8 @@ function __bobthefish_finish_segments -S -d 'Close open prompt segments'
else else
echo -ns "$__bobthefish_right_arrow_glyph " echo -ns "$__bobthefish_right_arrow_glyph "
end end
else if [ "$theme_newline_cursor" = 'clean' ]
echo -ens "\n"
end end
set_color normal set_color normal