Skip to content

Commit

Permalink
docs: set custom config file path in PowerShell (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: zenghawtin <hawtinzeng@gmail.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
3 people authored Dec 22, 2023
1 parent 1fbd357 commit 1ad74b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,13 @@ globalAgent=npm
export NI_CONFIG_FILE="$HOME/.config/ni/nirc"
```

```ps
# for Windows
# custom configuration file path in PowerShell accessible within the `$profile` path
$Env:NI_CONFIG_FILE = 'C:\to\your\config\location'
```

<br>

### How?
Expand Down

0 comments on commit 1ad74b0

Please sign in to comment.