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
tools angular: remove sourceMappingURL comments 2022-03-26 17:14:09 -07:00
__fish_build_paths.fish.in
config.fish Move executable-check to C++ 2022-03-31 15:16:01 +02:00
lynx.lss