File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 27
27
- [ Setting Custom Colors] ( #setting-custom-colors )
28
28
- [ Persisting custom colors] ( #persisting-custom-colors )
29
29
- [ Suppressing colorized output] ( #suppressing-colorized-output )
30
+ - [ Restoring PATH] ( #restoring-path )
31
+ - [ Set default node version] ( #set-default-node-version )
32
+ - [ Use a mirror of node binaries] ( #use-a-mirror-of-node-binaries )
30
33
- [ .nvmrc] ( #nvmrc )
31
34
- [ Deeper Shell Integration] ( #deeper-shell-integration )
32
35
- [ bash] ( #bash )
@@ -440,18 +443,21 @@ nvm help --no-colors
440
443
TERM=dumb nvm ls
441
444
```
442
445
446
+ #### Restoring PATH
443
447
To restore your PATH, you can deactivate it:
444
448
445
449
``` sh
446
450
nvm deactivate
447
451
```
448
452
453
+ #### Set default node version
449
454
To set a default Node version to be used in any new shell, use the alias 'default':
450
455
451
456
``` sh
452
457
nvm alias default node
453
458
```
454
459
460
+ #### Use a mirror of node binaries
455
461
To use a mirror of the node binaries, set ` $NVM_NODEJS_ORG_MIRROR ` :
456
462
457
463
``` sh
You can’t perform that action at this time.
0 commit comments