mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
Merge aa68c6c8b6
into 324e105323
This commit is contained in:
commit
d34fc04d32
|
@ -26,6 +26,10 @@ By enabling Transient Prompt, you can replace the prompt with some other content
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
:::info pwsh
|
||||||
|
If using PowerShell Core edition, ensure that Oh My Posh is initialized at the end of the PowerShell (Core) profile (e.g., `Microsoft.PowerShell_profile.ps1`). Failure to do so may prevent the transient prompt feature from working correctly.
|
||||||
|
:::
|
||||||
|
|
||||||
You need to extend or create a custom theme with your transient prompt. For example:
|
You need to extend or create a custom theme with your transient prompt. For example:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|
Loading…
Reference in a new issue