sindresorhus / pure

Pretty, minimal and fast ZSH prompt
MIT License
13.22k stars 978 forks source link

Add suspended job indicator #616

Closed e-roux closed 2 years ago

e-roux commented 3 years ago

Hello,

this brings a symbol ✦ in the prompt in case of suspended job in the background.

sindresorhus commented 2 years ago

I think it should be after the path.

sindresorhus commented 2 years ago

You also need to add it to https://github.com/sindresorhus/pure#colors

e-roux commented 2 years ago

After the path, it is common to have the git information. I fear the region will be overloaded with symbols, especially when on git dirty status therefor I tend to have it at the very beginning.

sindresorhus commented 2 years ago

After the path, it is common to have the git information. I fear the region will be overloaded with symbols, especially when on git dirty status therefor I tend to have it at the very beginning.

Alright. We can try it in front and see how it feels.