mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 00:31:15 -03:00
Commit5e317497ef(Query terminal before reading config, 2025-05-17) disabled the kitty keyboard protocol in "fish -c read". This seems surprising, and it's not actually necessary that we query before reading config; we only need query results before we read from the TTY for the first time (which is about the time we call __fish_config_interactive). Let's do that, reverting parts of5e317497ef.