tide/functions/_tide_item_time.fish

5 lines
88 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
2020-06-25 05:45:50 +03:00
date +$tide_time_format
2021-03-02 20:46:40 +03:00
end