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

4 lines
97 B
Fish

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