acomagu / fish-async-prompt

Make your prompt asynchronous to improve the reactivity.
MIT License
389 stars 22 forks source link

$pipestatus not passed to wrapped prompt #55

Closed neersighted closed 2 years ago

neersighted commented 2 years ago

It looks like the $pipestatus variable is not passed through by default, and the naive solution of setting $async_prompt_inherit_variables does not work as it's read-only and needs to be special-cased like $status.

acomagu commented 2 years ago

working on this. please wait for days Thank you for reporting :heart:

acomagu commented 2 years ago

@neersighted I believe #57 resolves this issue! If the fix is problematic, please create new issue. Thank you!