mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
6 lines
233 B
Fish
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
|