mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-09-22 11:06:06 +02:00
`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.