We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ef825 commit b511581Copy full SHA for b511581
README.md
@@ -125,7 +125,7 @@ Where `<SHELL>` can be one of the supported shells:
125
- `bash`
126
- `zsh`
127
- `fish`
128
-- `powershell`
+- `power-shell`
129
130
Please follow your shell instructions to install them.
131
@@ -177,7 +177,7 @@ fnm env --use-on-cd --shell fish | source
177
Add the following to the end of your profile file:
178
179
```powershell
180
-fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression
+fnm env --use-on-cd --shell power-shell | Out-String | Invoke-Expression
181
```
182
183
- For macOS/Linux, the profile is located at `~/.config/powershell/Microsoft.PowerShell_profile.ps1`
0 commit comments