From f92904af5e88aed7186570b1934f7e0678637acb Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Thu, 18 Feb 2021 10:04:16 +0100 Subject: [PATCH] docs(pwsh): correct theme export guide --- docs/docs/upgrading.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/upgrading.md b/docs/docs/upgrading.md index 5b960f6d5be5..46d77fcaed89 100644 --- a/docs/docs/upgrading.md +++ b/docs/docs/upgrading.md @@ -61,14 +61,14 @@ If you see one you like, set it, then export its config so you can customize/ext ```powershell Set-PoshPrompt -Theme jandedobbeleer -Export-PoshTheme | Out-File -FilePath ~/.go-my-posh.json -Encoding oem +Export-PoshTheme -FilePath ~/.oh-my-posh.omp.json ``` -Adjust the config (`~/.go-my-posh.json`) to your liking by going through the [configuration][configuration] guide. +Adjust the config (`~/.oh-my-posh.omp.json`) to your liking by going through the [configuration][configuration] guide. Set your custom theme and enjoy. ```powershell -Set-PoshPrompt -Theme ~/.go-my-posh.json +Set-PoshPrompt -Theme ~/.oh-my-posh.omp.json ``` ### I have no idea just yet