From 9d9a17c3c8f088663351c87701dbd0922ee7d4d9 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 22 Dec 2023 03:50:40 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 594d2b7..e401289 100644 --- a/README.md +++ b/README.md @@ -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' -```