tide/functions/_tide_newline.fish
2020-05-18 20:03:25 -07:00

3 lines
47 B
Fish

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