1
0
Fork 0
fishdots/functions/_tide_item_time.fish

4 lines
81 B
Fish
Raw Normal View History

2024-06-28 12:48:25 +00:00
function _tide_item_time
_tide_print_item time (date +$tide_time_format)
end