mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
docs(faq): update powershell profile locations
This commit is contained in:
parent
ad02a0c6d3
commit
7c8ae38e45
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue