Created
July 11, 2019 00:40
-
-
Save username1290/4d4b25e75c7d565dafab38c058b657cf to your computer and use it in GitHub Desktop.
Using nvm with zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://stackoverflow.com/questions/47009776/how-to-run-nvm-in-oh-my-zsh/56727768#56727768 | |
(zsh is already installed) | |
1.- install nvm using the curl method | |
2.- edit file | |
nano ~/.zshrc | |
3.- add nvm to make it show as plugins=(git nvm) | |
4.- close Terminal, reopen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment