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
…tive
This removes a possibility of an infinite loop where something in
__fish_config_interactive triggers a fish_prompt or fish_read event,
which calls __fish_on_interactive which calls
__fish_config_interactive again, ...
Fixes#9564
(cherry picked from commit 7ac2fe2)
fish_greeting.fish:
This will cause an infinite loop because "read" apparently triggers "fish_greeting". Environment:
Did not happen in 3.5.1.
The text was updated successfully, but these errors were encountered: