You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iori-Pimentel
changed the title
Creating a zshaddhistory hook and triggering a parse error produces error
Manipulating file descriptors and triggering a parse error produces error
Aug 20, 2024
Describe the bug
My .zshrc has a zshaddhistory hook that can cause this error message:
_zsh_autosuggest_async_request:zle:9: No handler installed for fd 12
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error message
Additional Context
Error message can be suppressed by adding 2>/dev/null to
zle -F $_ZSH_AUTOSUGGEST_ASYNC_FD
The text was updated successfully, but these errors were encountered: