mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-27 03:33:26 +03:00
6 lines
237 B
Fish
6 lines
237 B
Fish
function _tide_item_newline
|
|
set_color $_tide_previous_bg_color -b normal
|
|
side_working_on_suffix_name=tide_"$_tide_which_side_working_on"_prompt_suffix echo $$side_working_on_suffix_name
|
|
set -g _tide_last_item_was_newline
|
|
end
|