Skip to content

Commit dac66ba

Browse files
Sladyn Nunesljharb
authored andcommitted
add headings to certain sections in the readme
1 parent 6641ded commit dac66ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
- [Setting Custom Colors](#setting-custom-colors)
2828
- [Persisting custom colors](#persisting-custom-colors)
2929
- [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)
3033
- [.nvmrc](#nvmrc)
3134
- [Deeper Shell Integration](#deeper-shell-integration)
3235
- [bash](#bash)
@@ -440,18 +443,21 @@ nvm help --no-colors
440443
TERM=dumb nvm ls
441444
```
442445

446+
#### Restoring PATH
443447
To restore your PATH, you can deactivate it:
444448

445449
```sh
446450
nvm deactivate
447451
```
448452

453+
#### Set default node version
449454
To set a default Node version to be used in any new shell, use the alias 'default':
450455

451456
```sh
452457
nvm alias default node
453458
```
454459

460+
#### Use a mirror of node binaries
455461
To use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`:
456462

457463
```sh

0 commit comments

Comments
 (0)