tide/functions/_tide_item_newline.fish
2020-05-20 10:05:33 -07:00

3 lines
52 B
Fish

function _tide_item_newline
printf '%s' '\n'
end