@ -73,13 +73,13 @@ Then apply the changes the installer prints, to set up your shell profile.
@@ -73,13 +73,13 @@ Then apply the changes the installer prints, to set up your shell profile.
- Add the following line to your `.bashrc`/`.zshrc` file:
```bash
eval "$(fnm env --multi)"
eval "$(fnm env)"
```
If you are using [fish shell](https://fishshell.com/), create `~/.config/fish/conf.d/fnm.fish` add this line to it:
```fish
fnm env --multi | source
fnm env | source
```
## Completions
@ -123,11 +123,10 @@ Aliases a Node version to a given name.
@@ -123,11 +123,10 @@ Aliases a Node version to a given name.
Aliases a Node version as default. Uses `fnm alias` underneath.