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

Zsh plugin for installing, updating and loading nvm

Results 36 zsh-nvm issues
Sort by recently updated
recently updated
newest added

``` nvm list v8.6.0 v9.2.0 -> v10.0.0-nightly20171121a95d88c881 default -> node (-> v10.0.0-nightly20171121a95d88c881) nightly -> v10.0.0-nightly20171121a95d88c881 node -> stable (-> v10.0.0-nightly20171121a95d88c881) (default) stable -> 10.0 (-> v10.0.0-nightly20171121a95d88c881) (default) ``` Is this...

I absolutely love using `NVM_LAZY_LOAD`, I had no idea that was dragging oh-my-zsh down for so many years... One thing though is I have a custom bash script aliased to...

![image](https://user-images.githubusercontent.com/72468013/220190648-5628f174-e6c8-4265-aee9-e6c7301294d7.png) This is a print of a execution in my terminal. I want to understand why the output of "node -v" is the v10 since the default is set to...

Steps to reproduce: 1. run `nvm install --lts` to install the latest LTS version (v18.12.0 as of this writing) of Node.js 2. run `nvm install --lts` again. Output: ``` Installing...

nvm support XDG Base directory guidelines: > - If the environment variable $XDG_CONFIG_HOME is present, it will place the nvm files there. zsh-nvm will now follow these guidelines if configured...