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