From b876744721ab34a4ca7172972826af35596a968c Mon Sep 17 00:00:00 2001 From: Willie Zutz Date: Sat, 9 Jan 2021 20:28:42 +0000 Subject: [PATCH] docs: adding encoding for Write-PoshTheme to upgrade guide fixing a couple typos. refs #220 --- docs/docs/upgrading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/upgrading.md b/docs/docs/upgrading.md index 6396fd91..c066e409 100644 --- a/docs/docs/upgrading.md +++ b/docs/docs/upgrading.md @@ -57,11 +57,11 @@ If you don't remember which one, preview them all and take the one closest to yo Get-PoshThemes ``` -If you see one you like, set it, export its config so you can customize/extend the blocks ans segmnts. +If you see one you like, set it, then export its config so you can customize/extend the blocks and segments. ```powershell Set-PoshPrompt -Theme jandedobbeleer -Write-PoshTheme | Out-File -FilePath ~/.go-my-posh.json +Write-PoshTheme | Out-File -FilePath ~/.go-my-posh.json -Encoding oem ``` Adjust the config (`~/.go-my-posh.json`) to your liking by going through the [configuration][configuration] guide.