mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-26 13:31:42 +03:00
6 lines
122 B
Fish
6 lines
122 B
Fish
function _tide_item_jobs
|
|
if jobs -q
|
|
set_color $tide_jobs_color
|
|
printf '%s' $tide_jobs_icon
|
|
end
|
|
end |