File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
- [ Setting Custom Colors] ( #setting-custom-colors )
37
37
- [ Persisting custom colors] ( #persisting-custom-colors )
38
38
- [ Suppressing colorized output] ( #suppressing-colorized-output )
39
- - [ Restoring PATH] ( #restoring-path )
40
- - [ Set default node version] ( #set-default-node-version )
41
- - [ Use a mirror of node binaries] ( #use-a-mirror-of-node-binaries )
39
+ - [ Restoring PATH] ( #restoring-path )
40
+ - [ Set default node version] ( #set-default-node-version )
41
+ - [ Use a mirror of node binaries] ( #use-a-mirror-of-node-binaries )
42
42
- [ .nvmrc] ( #nvmrc )
43
43
- [ Deeper Shell Integration] ( #deeper-shell-integration )
44
44
- [ bash] ( #bash )
@@ -488,14 +488,14 @@ nvm help --no-colors
488
488
TERM=dumb nvm ls
489
489
```
490
490
491
- #### Restoring PATH
491
+ ### Restoring PATH
492
492
To restore your PATH, you can deactivate it:
493
493
494
494
``` sh
495
495
nvm deactivate
496
496
```
497
497
498
- #### Set default node version
498
+ ### Set default node version
499
499
To set a default Node version to be used in any new shell, use the alias 'default':
500
500
501
501
``` sh
@@ -504,7 +504,7 @@ nvm alias default 18 # this refers to the latest installed v18.x version of node
504
504
nvm alias default 18.12 # this refers to the latest installed v18.12.x version of node
505
505
```
506
506
507
- #### Use a mirror of node binaries
507
+ ### Use a mirror of node binaries
508
508
To use a mirror of the node binaries, set ` $NVM_NODEJS_ORG_MIRROR ` :
509
509
510
510
``` sh
You can’t perform that action at this time.
0 commit comments