mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 10:57:14 +08: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
|
@ -293,7 +293,7 @@ function fish_config --description "Launch fish's web based configuration"
|
||||||
# Cache the value from whatever scope currently defines it
|
# Cache the value from whatever scope currently defines it
|
||||||
set -l value $$color
|
set -l value $$color
|
||||||
set -eg $color
|
set -eg $color
|
||||||
set -U $color "$value"
|
set -U $color $value
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user