Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored Dec 22, 2023
1 parent 8a0c224 commit 9d9a17c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,11 @@ globalAgent=npm
export NI_CONFIG_FILE="$HOME/.config/ni/nirc"
```

```PowerShell
# Add the following command to your profile to persist custom configuration file path in PowerShell.The profile path is accessible within the `$profile` ,
```ps
# for Windows
# custom configuration file path in PowerShell accessible within the `$profile` path
$Env:NI_CONFIG_FILE = 'C:\to\your\config\location'
```
<br>
Expand Down

0 comments on commit 9d9a17c

Please sign in to comment.