fish_prompt
event still being sent on read
#8797
Labels
bug
Something that's not working as intended
Milestone
The changelog for 3.2.0 mentions that
fish_prompt
should not be sent onread
and points to #7039, which indicates it was resolved and now there is a new eventfish_read
. However, if I create a function with--on-event fish_prompt
, that function is still called when executingread
:Fish Version: 3.3.1 and 3.4.0
No change if running fish without any customizations.
Is there a way to work around this or detect within the function that it's a
read
call rather than an actual prompt?The text was updated successfully, but these errors were encountered: