diff options
Diffstat (limited to 'dot_config/private_fish/functions/setux.fish')
| -rw-r--r-- | dot_config/private_fish/functions/setux.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/private_fish/functions/setux.fish b/dot_config/private_fish/functions/setux.fish index 55a457f..98f0a9e 100644 --- a/dot_config/private_fish/functions/setux.fish +++ b/dot_config/private_fish/functions/setux.fish @@ -1,7 +1,7 @@ function setux --description "set named -U variables as -gx, overriding if necessary" for i in $argv if set -qU $i - set -elg $i + set -eg $i set -gx $i $$i end end |
