mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
docs: adding encoding for Write-PoshTheme to upgrade guide
fixing a couple typos. refs #220
This commit is contained in:
parent
82b97bc3b9
commit
b876744721
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue