docs: add pwsh module themes location info

This commit is contained in:
Jan De Dobbeleer 2021-06-05 11:20:09 +02:00 committed by Jan De Dobbeleer
parent a9ccb59b4e
commit a4d1c770ae

View file

@ -39,6 +39,12 @@ cmdlet.
Get-PoshThemes
```
The module installs all themes in the module folder. To find the actual files, you can use the following command:
```powershell
Get-ChildItem "$((Get-Module oh-my-posh).ModuleBase)/themes"
```
## Replace your existing prompt
Edit `$PROFILE` in your preferred PowerShell version and add the following line. Autocompletion is available so it will loop