diff --git a/cli/fish/config.fish b/cli/fish/config.fish index a55b594..f0c72e5 100644 --- a/cli/fish/config.fish +++ b/cli/fish/config.fish @@ -88,8 +88,7 @@ if status is-interactive if string match -q '#*' $line continue end - set -l kv (string split -m 1 = -- $line) - set -gx $kv + eval export $line end < $argv[1] end