Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
style: styled section about windows profile
  • Loading branch information
Megamannen committed Sep 26, 2023
1 parent c691cb7 commit 5d30515
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,10 @@ fnm env --use-on-cd | Out-String | Invoke-Expression
```

- For macOS/Linux, the profile is located at `~/.config/powershell/Microsoft.PowerShell_profile.ps1`
- On Windows to open and edit your profile you can type in PowerShell `notepad $profile`

- On Windows to edit your profile you can run this in a PowerShell
```powershell
notepad $profile
```
#### Windows Command Prompt aka Batch aka WinCMD

fnm is also supported but is not entirely covered. [You can set up a startup script](https://superuser.com/a/144348) and append the following line:
Expand Down

0 comments on commit 5d30515

Please sign in to comment.