mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: add pwsh module themes location info
This commit is contained in:
parent
a9ccb59b4e
commit
a4d1c770ae
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue