mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-19 10:01:57 +03:00
4 lines
97 B
Fish
4 lines
97 B
Fish
function _lean_time
|
|
set_color $lean_time_color
|
|
printf '%s ' (date +$lean_time_format)
|
|
end |