mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
add1df12b3
Previously an environment variable to redefine would only be suggested if you had not yet started typing one out. This makes it so that `env C<TAB>` will also complete to, for example, [ `CC=`, `CXXFLAGS=`, ... ]. It also is smarter when suggesting variable names to complete: if a variable has already been completed, it isn't suggested again. Additionally, it only suggests names for variables that are exported, not all variables (the previous list was insanely long and including things like all our `fish_...` variables). |
||
---|---|---|
.. | ||
completions | ||
functions | ||
groff | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish | ||
lynx.lss |