The intention was that env-config would be able to clean up after itself. However, if we set the env from the config and then change the config, env-config doesn't retain a memory of what was previously set and only uses what is in the current config.
We could use an environment variable to save the list of variables we've set so that we can properly clean them up.