tide/functions/_tide_item_time.fish

4 lines
87 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
2020-05-19 06:03:25 +03:00
end