tide/functions/_tide_item_time.fish

4 lines
90 B
Fish
Raw Normal View History

2020-05-20 20:05:33 +03:00
function _tide_item_time
2020-05-19 06:03:25 +03:00
set_color $tide_time_color
date +$tide_time_format' '
2020-05-19 06:03:25 +03:00
end