spacezsh-prompt icon indicating copy to clipboard operation
spacezsh-prompt copied to clipboard

Spacezsh: async prompt does things in the ZSH way

Results 2 spacezsh-prompt issues
Sort by recently updated
recently updated
newest added

No stderr output is displayed in the shell sometimes. It is probably an upstream bug in [mafredri/zsh-async](https://github.com/mafredri/zsh-async). Stderr is redirected by `exec 2>/dev/null` in function `_async_worker` within `async.zsh`. https://github.com/mafredri/zsh-async/blob/95c2b1577f455728ec01cec001a86c216d0af2bd/async.zsh#L67-L71

**Current behavior** When too many sections are enable with `::async`, some of them failed to be rendered and placeholder `…` is displayed. Seems some of the jobs are not done...