summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2020-11-03 18:52:46 +0100
committerGitHub <noreply@github.com>2020-11-03 18:52:46 +0100
commit368945f5db45dbd0ffccf71ccd09c989c5e5e9aa (patch)
treec460e6a1cc8b69dddf5cbb2ccb963ef3b0f58427 /README.md
parent534907a21e9a6eca6987c6aa1e052865890d54b8 (diff)
docs(pwsh/init): various fixes for init doc (#1793)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 794112aa3..bab9fa54e 100644
--- a/README.md
+++ b/README.md
@@ -204,7 +204,7 @@
#### PowerShell
- Add the following to the end of `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` (or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix):
+ Add the following to the end of `Microsoft.PowerShell_profile.ps1`. You can check the location of this file by querying the `$PROFILE` variable in PowerShell. Typically the path is `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix.
```sh
Invoke-Expression (&starship init powershell)