acomagu / fish-async-prompt

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

Disable for Warp #72

Closed andreiborisov closed 5 months ago

andreiborisov commented 6 months ago

Warp doesn't support prompt redrawing by fish; instead, it takes complete control of prompt rendering.

Is it possible to turn off the plugin only for Warp by configuring or updating it?

We can test for Warp runtime by checking $TERM_PROGRAM == "WarpTerminal".

acomagu commented 5 months ago

@andreiborisov Hi, added async_prompt_enable flag. Please refer the last of README.