I would like to use a .env file like the following: ``` FOO=${HOME}/.foo ``` After loading the file, `FOO` should be `/home/jpvi/.foo` or something like that. @jsl Let me know if this makes sense and I can take a look.