Show number of background jobs in the prompt.
authorIain Patterson <me@iain.cx>
Wed, 21 Oct 2015 12:34:06 +0000 (13:34 +0100)
committerIain Patterson <me@iain.cx>
Wed, 21 Oct 2015 12:34:06 +0000 (13:34 +0100)
commitc6a671912516eb2014a42c7665d0e3b0456f73f4
treed66d241e5629096f0274a03e0001853ff55c8aea
parent7cfa2e04af2ae08ec3890c116580b8cdfc0653f9
Show number of background jobs in the prompt.

If __ps1_bg is set to 1, show any background jobs in square brackets.
The format is either [r/t] or [t] where r is the number of running jobs
and t is the total number of running and stopped jobs.  The shorter
format is used when all background jobs are running.
Nothing will be shown when no background jobs are being managed by the
shell.
.profile.d/ps1.bashrc