is there a way to make eshell
initialize with some env-vars by default? ideally I would like to use zsh
by default and eshell
while coding on clojure (with the config from zsh
)
You can opt out of spacemacs managing environment variables by commenting the call to spacemacs/load-spacemacs-env
it has pros and cons
There's spacemacs/edit-env
which I think is applicable here
thank you, I’ll try it