From 6cb2269b1ac4e949c977ca47d29df168dbb26dd4 Mon Sep 17 00:00:00 2001
From: ehawman-rosenberg <81652082+ehawman-rosenberg@users.noreply.github.com>
Date: Thu, 10 Mar 2022 00:11:59 -0600
Subject: [PATCH] docs: specify where the export goes
---
docs/docs/share-theme.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs/share-theme.mdx b/docs/docs/share-theme.mdx
index 21b2ae39..3207a401 100644
--- a/docs/docs/share-theme.mdx
+++ b/docs/docs/share-theme.mdx
@@ -23,7 +23,7 @@ the output a little bit.
}>
-You can make use of the `Export-PoshImage` function to export your current theme configuration.
+You can make use of the `Export-PoshImage` function to export your current theme configuration to the current directory.
```powershell
Export-PoshImage -CursorPadding 50
@@ -39,7 +39,7 @@ There are a couple of parameters you can use to tweak the image rendering:
-The oh-my-posh executable has the `--export-png` switch to export your current theme configuration.
+The oh-my-posh executable has the `--export-png` switch to export your current theme configuration to the current directory.
```powershell
oh-my-posh --shell shell --config ~/.mytheme.omp.json --export-png --cursor-padding 50