docs: powershell init sample updated

This commit is contained in:
lnu 2022-01-26 14:03:18 +01:00 committed by Jan De Dobbeleer
parent 334fe6c145
commit d71b6e8e07

View file

@ -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.