mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +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 |