Skip to content

Commit

Permalink
docs: add pwsh module themes location info
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Jun 5, 2021
1 parent a9ccb59 commit a4d1c77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/install-pwsh.mdx
Expand Up @@ -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
Expand Down

0 comments on commit a4d1c77

Please sign in to comment.