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/termsupport.zsh
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

4.5 KiB