mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
docs: powershell init sample updated
This commit is contained in:
parent
334fe6c145
commit
d71b6e8e07
|
@ -41,7 +41,7 @@ Import-Module oh-my-posh
|
|||
:::
|
||||
|
||||
```powershell
|
||||
oh-my-posh --init --shell pwsh --config ~/jandedobbeleer.omp.json | Invoke-Expression
|
||||
oh-my-posh --init --shell pwsh --config $env:POSH_THEMES_PATH/jandedobbeleer.omp.json | Invoke-Expression
|
||||
```
|
||||
|
||||
Once added, reload your profile for the changes to take effect.
|
||||
|
|
Loading…
Reference in a new issue