From 0715bf1cec62a0aa8ccd3a6d990fcdfda110e02b Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sat, 20 Jan 2024 20:03:25 +0100 Subject: [PATCH] docs(windows): use full syntax for theme information relates to #4638 --- website/docs/installation/windows.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation/windows.mdx b/website/docs/installation/windows.mdx index 0767eda4..aaba15d6 100644 --- a/website/docs/installation/windows.mdx +++ b/website/docs/installation/windows.mdx @@ -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.