Created: 2017 October 11th
Updated: 2021 January 10th
Edit this page on GitHub$PATH
outputUse this to nicely format the $PATH
variable:
If you installed nvm on bash then moved over to zsh try adding this
config in your .zshrc
file:
Some of the ZSH plugins provide this snippet other don’t, if you want to clone a plugin to the preferred location use the following syntax:
This is for zsh-syntax-highlighting
but it’s the same for other
plugins.
If you are using Oh My ZSH! then you can install the zsh-nvm
plugin.
Clone the plugin into your zsh plugins folder:
Then load as a plugin in your .zshrc
Take a look a the Permission denied when trying to install the plugin issue on GitHub for permission errors.