Disable angle brackets on line continuation? #3251
Answered
by
lzybkr
God-damnit-all
asked this question in
Q&A
-
Each new line entered in the prompt prepends the line with two 'greater than' angle brackets like so: PS: '
>>
>> I'd like to know if there's a way to have it no longer prepend new lines like this, making it easier to copy and paste past operations into my notes. |
Beta Was this translation helpful? Give feedback.
Answered by
lzybkr
Mar 29, 2022
Replies: 1 comment
-
You can customize your continuation prompt: Set-PSReadLineOption -ContinuationPrompt '' Note that if you use PSReadLine to select and copy, e.x. typing HomeShift+EndCtrl+c you won't have any of the continuation prompt copied to the clipboard. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lzybkr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can customize your continuation prompt:
Note that if you use PSReadLine to select and copy, e.x. typing HomeShift+EndCtrl+c you won't have any of the continuation prompt copied to the clipboard.