mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Merge b5486b9086
into bee7b9970e
This commit is contained in:
commit
9fdfd3c432
@ -503,3 +503,15 @@ More on this issue in [dotphiles/dotzsh](https://github.com/dotphiles/dotzsh#mac
|
|||||||
[4]: https://github.com/creationix/nvm/releases/tag/v0.33.1
|
[4]: https://github.com/creationix/nvm/releases/tag/v0.33.1
|
||||||
[Urchin]: https://github.com/scraperwiki/urchin
|
[Urchin]: https://github.com/scraperwiki/urchin
|
||||||
[Fish]: http://fishshell.com
|
[Fish]: http://fishshell.com
|
||||||
|
|
||||||
|
## Uninstall
|
||||||
|
|
||||||
|
```
|
||||||
|
rm -rf $NVM_DIR
|
||||||
|
unset NVM_DIR
|
||||||
|
```
|
||||||
|
You may have to remove the following from your ~/.*rc
|
||||||
|
```
|
||||||
|
export NVM_DIR="~/.nvm"
|
||||||
|
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user