1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-09-19 00:46:16 +08:00
Marc Cornellà d7825313cc
Use $jobstates and $jobtexts to look for jobs
`jobs %string` doesn't work correctly when run inside `$()`. `$jobstates` and
`$jobtexts` is available in the current shell process, so even though we need
to replicate a bit more logic, every type of `fg` invocation works correctly.
2020-03-03 20:10:43 +01:00
..
2015-09-23 18:47:09 -04:00
2016-08-07 19:36:44 +02:00
2018-08-07 20:42:01 +02:00