We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prompts are wrapping prematurely and overwriting themselves. Super annoying.
Seems like the fix might just be wrapping the emoji in in \[ and \] like this: '\[💀\]'
\[
\]
'\[💀\]'
https://unix.stackexchange.com/questions/239041/bash-prompt-not-wrapping-as-expected/294069#294069 https://askubuntu.com/questions/111840/ps1-problem-messing-up-cli https://unix.stackexchange.com/questions/239041/bash-prompt-not-wrapping-as-expected/294069#294069
The text was updated successfully, but these errors were encountered:
preliminary terminal role. Closes #64. Ref #71
fb7ff13
No branches or pull requests
prompts are wrapping prematurely and overwriting themselves. Super annoying.
Seems like the fix might just be wrapping the emoji in in
\[
and\]
like this:'\[💀\]'
https://unix.stackexchange.com/questions/239041/bash-prompt-not-wrapping-as-expected/294069#294069
https://askubuntu.com/questions/111840/ps1-problem-messing-up-cli
https://unix.stackexchange.com/questions/239041/bash-prompt-not-wrapping-as-expected/294069#294069
The text was updated successfully, but these errors were encountered: