Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

Sayrus
Copy link

@Sayrus Sayrus commented Jul 22, 2025

Description

On ZSH <5.9, $jobstates is not propagated properly to subshells. This means that the jobs module doesn't work properly on those shell versions. 5.8 is default on some LTS and distros with old versions.

This fixes #1449

Screenshot

Before:

Sayrus ~nvim &

Sayrus ~jobs    
[1]  + suspended  nvim

# Only relevant for context
Sayrus ~echo $jobstates    
suspended:+:1225175=suspended

Sayrus ~$(echo $jobstates)

After:

Sayrus ~nvim &

✦ Sayrus ~jobs    
[1]  + suspended  nvim

Note the character from the jobs section.

Copy link

netlify bot commented Jul 22, 2025

Deploy Preview for spaceship-prompt ready!

Name Link
🔨 Latest commit 1e0acb2
🔍 Latest deploy log https://app.netlify.com/projects/spaceship-prompt/deploys/687f7fedb745b70008040635
😎 Deploy Preview https://deploy-preview-1505--spaceship-prompt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

jobs section not appearing with custom plugin

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.