mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-23 17:02:24 +03:00
12 lines
280 B
Fish
12 lines
280 B
Fish
function _tide_item_jobs
|
|
if test $_tide_jobs_number != 0
|
|
set_color $tide_jobs_color
|
|
|
|
if test "$tide_jobs_verbose" = true
|
|
printf '%s' $tide_jobs_icon' ' $_tide_jobs_number
|
|
else
|
|
printf '%s' $tide_jobs_icon
|
|
end
|
|
end
|
|
end
|