This commit is contained in:
Artin 2024-09-20 10:35:22 +08:00 committed by GitHub
commit d34fc04d32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,10 @@ By enabling Transient Prompt, you can replace the prompt with some other content
## 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:
```json