I'm using oh-my-zsh and I would like to use the plugin nvm. It works fine, except for one part, the auto switch to correct node version.
I've set the env variable NVM_AUTOLOAD=1
inside my .zshrc file but it's not working.
Anyone having an idea how to solve that ?
Thanks.