mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
docs(pwsh): correct theme export guide
This commit is contained in:
parent
9b137827e1
commit
f92904af5e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue