Skip to content

Commit

Permalink
docs(pwsh): correct theme export guide
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Feb 18, 2021
1 parent 9b13782 commit f92904a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/upgrading.md
Expand Up @@ -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
Expand Down

0 comments on commit f92904a

Please sign in to comment.