mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-19 01:51:32 +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 |