You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be great if there were an option for adding a newline to your $PROMPT, as when I've tried to add it using custom text, it doesn't work.
Describe the solution you'd like
A button that adds the text "$'\n'" to split your $PROMPT across lines. This is how the Parrot Sec project does it for their .zshrc file in their /etc/skel directory:
Describe alternatives you've considered
I don't think there are any other alternatives to do this, but let me know if someone has a better way to do it!
The text was updated successfully, but these errors were encountered:
a good work around in the meantime until this feature gets added is to add a character you don't plan on using in place of the line break. Then when you go to add the generated code to your .zshrc replace the character with "$'\n'"
This comment was very helpful in helping me find this workaround.
Is your feature request related to a problem? Please describe.
It would be great if there were an option for adding a newline to your $PROMPT, as when I've tried to add it using custom text, it doesn't work.
Describe the solution you'd like
A button that adds the text "$'\n'" to split your $PROMPT across lines. This is how the Parrot Sec project does it for their
.zshrc
file in their/etc/skel
directory:Describe alternatives you've considered
I don't think there are any other alternatives to do this, but let me know if someone has a better way to do it!
The text was updated successfully, but these errors were encountered: