mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 16:19:13 +08:00
572a568268
This means cleaning out old universal variables is now just: ```fish abbr --erase (abbr --list) ``` which makes upgrading much easier. Note that this erases the currently defined variable and/or any universal. It doesn't stop at the former because that makes it *easy* to remove the universals (no running `abbr --erase` twice), and it doesn't care about globals because, well, they would be gone on restart anyway. Fixes #9468. |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test_driver.sh | ||
test_env.sh | ||
test_util.fish | ||
test.fish |