Skip to content

Commit

Permalink
docs: adding encoding for Write-PoshTheme to upgrade guide
Browse files Browse the repository at this point in the history
fixing a couple typos.

refs #220
  • Loading branch information
boarder2 authored and JanDeDobbeleer committed Jan 9, 2021
1 parent 82b97bc commit b876744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/upgrading.md
Expand Up @@ -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.
Expand Down

0 comments on commit b876744

Please sign in to comment.