mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-29 11:35:57 +03:00
6 lines
145 B
Fish
6 lines
145 B
Fish
function _tide_item_newline
|
|
set_color $prev_bg_color -b normal
|
|
var=tide_"$_tide_side"_prompt_suffix echo $$var
|
|
set -g add_prefix
|
|
end
|