Env file is executed before environment is ready.
jhogendorn opened this issue · 3 comments
jhogendorn commented
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.
grigorii-horos commented
@jhogendorn Fixed. Please, check.
Nagasaki45 commented
Thank you so much for this fix @horosgrisa!
It solved the problem I described in #10.
jhogendorn commented
wow, lightening fast. works great! Thanks so much.