Per #2269, let's remove the $SHLVL check in the `suspend` function. We ought to be able to use `status --is-login` I should hope. --- <!-- Tasks. Mark compete with '[x]'. Changes in your PR should be documented. See CONTRIBUTING.md. Fish developers will take care of the release notes task Feel free to add further TODOs after the first two: --> - [x] User documentation updated - [x] Release notes updated
Per #2269, let's remove the $SHLVL check in the
suspendfunction.We ought to be able to use
status --is-loginI should hope.