Skip to content

Commit

Permalink
add link for windows terminal startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns authored Sep 11, 2024
1 parent 1a58394 commit 24caed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ fnm env --use-on-cd --shell power-shell | Out-String | Invoke-Expression

#### 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 lines:
fnm is also supported but is not entirely covered. You can set up a startup script for [cmd.exe]( https://superuser.com/a/144348) or [Windows Terminal](https://superuser.com/a/1855283) and append the following lines:

```batch
@echo off
Expand Down

0 comments on commit 24caed9

Please sign in to comment.