I have been messing around with custom prompt
functions in PowerShell. However, I cannot find a way to customize the continuation prompts.
By "continuation prompt", I mean the >>
on the second line here:
Is that customizable at all?
This is part of the PSReadLine module.
PS C:\> (Get-PSReadLineOption).ContinuationPrompt
>>
PS C:\> Set-PSReadLineOption -ContinuationPrompt '~~ '
PS C:\> @'
~~