zpm-zsh/autoenv

Env file is executed before environment is ready.

jhogendorn opened this issue · 3 comments

I use lukechilds/zsh-nvm for lazy loading nvm, if I have nvm use in my .env file, and cd to the directory in a running shell, autoenv works fine. However, if I split my terminal and it opens in the same directory, the point at which the .env file is executed is 'too early', and the nvm alias from the plugin is not yet available.

@jhogendorn Fixed. Please, check.

Thank you so much for this fix @horosgrisa!
It solved the problem I described in #10.

wow, lightening fast. works great! Thanks so much.