mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
fish_config: Fix save
with variable with multiple values
Your basic quoting problem, regressed in 3.6.0
(cherry picked from commit 098b7093da
)
This commit is contained in:
parent
1b98566f3d
commit
71ef8d317a
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ function fish_config --description "Launch fish's web based configuration"
|
|||
# Cache the value from whatever scope currently defines it
|
||||
set -l value $$color
|
||||
set -eg $color
|
||||
set -U $color "$value"
|
||||
set -U $color $value
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue