spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
Sergio 2020-12-28T12:47:44.262800Z

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 )

Ezequiel Birman 2020-12-30T03:45:03.263700Z

You can opt out of spacemacs managing environment variables by commenting the call to spacemacs/load-spacemacs-env it has pros and cons

jumar 2020-12-28T13:04:26.262900Z

There's spacemacs/edit-env which I think is applicable here

Sergio 2020-12-28T13:32:24.263100Z

thank you, I’ll try it