-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
PS1 set by activate
doesn't render properly in zsh
#383
Comments
hmm, that's unexpected since we're also developing with zsh, so I would have assumed that bash would break first :). |
I reproduced this using docker and |
Here's the Dockerfile:
And then running it and just running
|
Thank you! Just setting this option as part of kctf/activate might be an option, but it's also unexpected to the user. |
After running
source kctf/activate
I see:Which is my original PS1 (
gkelly@pragma>
) with a partially-rendered kCTF status line. I tested this in bash with the same checkout and it works fine.The text was updated successfully, but these errors were encountered: