mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
fish_config: Fix save with variable with multiple values
Your basic quoting problem, regressed in 3.6.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user