zsh-nvm
zsh-nvm copied to clipboard
Add experimental NVM path caching
This solves #30, per my speculation. Simply add export NVM_CACHE_LOAD=true
(in addition to lazy loading) before the plugin is loaded into your plugin manager and it will cache the most recently used NVM path and preload it into $PATH
. It strips it back out before sourcing NVM (which then adds in a fresh path). Negligible overhead.