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