mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
fish_config: Fix save
with variable with multiple values
Your basic quoting problem, regressed in 3.6.0
This commit is contained in:
parent
496d65fb5d
commit
098b7093da
|
@ -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 New Issue
Block a user