docs: specify where the export goes

This commit is contained in:
ehawman-rosenberg 2022-03-10 00:11:59 -06:00 committed by GitHub
parent 403a0b2fb5
commit 6cb2269b1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ the output a little bit.
}>
<TabItem value="powershell">
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:
</TabItem>
<TabItem value="others">
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