diff --git a/share/functions/fish_config.fish b/share/functions/fish_config.fish index 3989ec731..1923ae426 100644 --- a/share/functions/fish_config.fish +++ b/share/functions/fish_config.fish @@ -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