2020-05-19 06:03:25 +03:00
|
|
|
function fake_prompt
|
2020-06-06 21:57:43 +03:00
|
|
|
set -g _tide_last_pipestatus $pipestatus
|
|
|
|
set -g _tide_last_status $status
|
2020-05-22 22:46:05 +03:00
|
|
|
|
2020-05-19 06:03:25 +03:00
|
|
|
if test "$fake_tide_newline" = 'true'
|
2020-05-22 22:46:05 +03:00
|
|
|
printf '%b' '\n'
|
2020-05-19 06:03:25 +03:00
|
|
|
end
|
|
|
|
|
|
|
|
set_color $fake_tide_prompt_connection_color
|
|
|
|
printf "%.s$fake_tide_prompt_connection_icon" (seq $fake_columns)
|
2020-05-22 22:46:05 +03:00
|
|
|
set_color normal
|
2020-05-19 06:03:25 +03:00
|
|
|
|
2020-05-22 22:46:05 +03:00
|
|
|
printf '%b' '\r'
|
|
|
|
_fake_tide_right_prompt
|
2020-05-19 06:03:25 +03:00
|
|
|
|
2020-05-22 22:46:05 +03:00
|
|
|
printf '%b' '\r'
|
|
|
|
_fake_tide_left_prompt
|
|
|
|
end
|