tide/functions/_tide_item_os.fish

4 lines
86 B
Fish
Raw Normal View History

2020-07-27 09:07:34 +03:00
function _tide_item_os
2020-08-19 20:35:04 +03:00
set_color $tide_os_color
2020-07-27 09:07:34 +03:00
printf '%s' $_tide_os_icon
end