docs(faq): update powershell profile locations

This commit is contained in:
icy-comet 2022-02-28 00:01:43 +05:30 committed by Jan De Dobbeleer
parent ad02a0c6d3
commit 7c8ae38e45

View file

@ -157,7 +157,8 @@ Note: Tilde (~) in paths refers to your user's home directory.
<TabItem value="powershell">
```powershell
# ~/Documents/WindowsPowerShell/profile.ps1
# ~\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 (PowerShell v5.1 & below)
# ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 (PowerShell 7+)
$env:VIRTUAL_ENV_DISABLE_PROMPT=1
```