docs(windows): use full syntax for theme information

relates to #4638
This commit is contained in:
Jan De Dobbeleer 2024-01-20 20:03:25 +01:00 committed by Jan De Dobbeleer
parent f9e2d1598d
commit 0715bf1cec

View file

@ -139,7 +139,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object
## Default themes
You can find the themes in the folder indicated by the environment variable `POSH_THEMES_PATH`.
For example, you can use `oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\jandedobbeleer.omp.json"`
For example, you can use `oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\jandedobbeleer.omp.json" | Invoke-Expression`
for the prompt initialization in PowerShell.