Files
.emacs.d/core
Jim Myhrberg 8d0c523eff chore(core): Improve environment setup
With my shell setup cleaned up so all environment variables are set in
`~/.zshenv`, and all the slower interactive shell setup in `~/.zshrc`,
we can no remove the `-i` flag from exec-path-from-shell's setup,
leading to a much faster setup time.

Also load additional environment variables, and also set
`temporary-file-directory` to match the `TMPDIR` environment variable.
2020-02-22 23:44:49 +00:00
..