mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-11 12:55:27 +08:00

The value completions were rendered almost entirely useless due to the forced inclusion of file completions at all tokens, including in the head/command position thanks to the use of `__fish_complete_subcommand` which doesn't understand the semantics of `env` and expects something like `ssh`. But we don't need it at all.