zsh-nvm icon indicating copy to clipboard operation
zsh-nvm copied to clipboard

Add experimental NVM path caching

Open Maxattax97 opened this issue 6 years ago • 0 comments

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.

Maxattax97 avatar Nov 23 '18 02:11 Maxattax97