mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-21 05:43:31 +02:00
d7825313cc
`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.