mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 00:31:15 -03:00
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