1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-10 09:20:41 +01:00
Files
oh-my-zsh/lib
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