mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: specify where the export goes
This commit is contained in:
parent
403a0b2fb5
commit
6cb2269b1a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue