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

4 lines
102 B
Fish

function _tide_item_time
set_color $tide_time_color
printf '%s ' (date +$tide_time_format)
end