mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 06:15:54 +08:00
cd9e50c2cc
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
This was overly smart and tried to not show you e.g. global variables unless you were setting without scope or explicitly global. That is annoying when you do `set -g fish_col<TAB>` and don't get colors because they're universal, but you could overwrite them. We *could* elide e.g. local variables if we're setting a global, but I can see someone wanting to set a universal variable on basis of a global ("save this"), so I would rather not try to find the very specific cases where this works. |
||
---|---|---|
.. | ||
completions | ||
functions | ||
groff | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish |