Remove useless code

This commit is contained in:
Ilan Cosman 2021-12-08 11:08:33 -08:00
parent 9f64ed61c4
commit 3ef3929d20

View File

@ -2,19 +2,11 @@ function _tide_2_line_prompt
set -g add_prefix
_tide_side=left set -f left (for item in $_tide_left_items
_tide_item_$item
end
if not set -e add_prefix
set_color $prev_bg_color -b normal
echo -ns $tide_left_prompt_suffix
end)
set -g add_prefix
_tide_side=right set -f right (for item in $_tide_right_items
_tide_item_$item
end
if not set -e add_prefix
set_color $prev_bg_color -b normal
echo -ns $tide_right_prompt_suffix
end)
test "$tide_left_prompt_frame_enabled" = true &&