fish-shell/share
Fabian Homborg 789b2010f5 Don't use a function variable in alias
This conditionally set a function variable in an unsafe way.

If you do something like

```fish
if condition
   set -f foo bar
end
```

then, if the condition was false, $foo could still use a global variable.

In this case, alias would now fail if a variable $wraps was defined globally.

This reverts most of commit 14458682d9.

The message rewording can stay, it's *fine* (tho it'll break the
translations but then we'd need a real string freeze with a
translation team for those to be worth anything anyway, soo)
2022-04-08 16:33:27 +02:00
..
completions completions/lxc: parse container names with numbers and other commands (#8860) 2022-04-06 22:16:37 +02:00
functions Don't use a function variable in alias 2022-04-08 16:33:27 +02:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools angular: remove sourceMappingURL comments 2022-03-26 17:14:09 -07:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Move executable-check to C++ 2022-03-31 15:16:01 +02:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00