mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-19 01:51:32 +03:00
4 lines
97 B
Fish
4 lines
97 B
Fish
function _tide_time
|
|
set_color $tide_time_color
|
|
printf '%s ' (date +$tide_time_format)
|
|
end |