Remove non-existant tide_time_icon

This commit is contained in:
Ilan Cosman 2021-06-01 17:11:03 -07:00
parent 922098d3cf
commit a85c577c81
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
function _tide_item_time
_tide_print_item time $tide_time_icon' ' (date +$tide_time_format)
_tide_print_item time (date +$tide_time_format)
end

View File

@ -1,3 +1,3 @@
function _fake_tide_item_time
_fake_tide_print_item time $tide_time_icon' ' (date +$fake_tide_time_format)
_fake_tide_print_item time (date +$fake_tide_time_format)
end