tide/functions/_tide_item_newline.fish
2021-04-29 09:36:18 -07:00

6 lines
233 B
Fish

function _tide_item_newline
set_color $tide_previous_bg_color -b normal
sideWorkingOnSuffixName=tide_"$_tide_which_side_working_on"_prompt_suffix printf '%s' $$sideWorkingOnSuffixName \n
set -g tide_last_item newline
end