mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-19 10:01:57 +03:00
6 lines
118 B
Fish
6 lines
118 B
Fish
|
function _tide_jobs
|
||
|
if jobs -q
|
||
|
set_color $tide_jobs_color
|
||
|
printf '%s ' $tide_jobs_icon
|
||
|
end
|
||
|
end
|