fish_config: Fix save with variable with multiple values

Your basic quoting problem, regressed in 3.6.0
This commit is contained in:
Fabian Boehm 2023-10-06 22:15:35 +02:00
parent 496d65fb5d
commit 098b7093da

View File

@ -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