From a4d1c770ae57423b3127e22329f6c12ce43acc3c Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sat, 5 Jun 2021 11:20:09 +0200 Subject: [PATCH] docs: add pwsh module themes location info --- docs/docs/install-pwsh.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/install-pwsh.mdx b/docs/docs/install-pwsh.mdx index a0da5aca7684..c6b66d70c368 100644 --- a/docs/docs/install-pwsh.mdx +++ b/docs/docs/install-pwsh.mdx @@ -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