-
Notifications
You must be signed in to change notification settings - Fork 102
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
New Code Causes Prompt to Blow Up #15
Comments
Seconded. Definitely an issue on OS X currently. |
I won't have access to a Mac until tomorrow, so I can't debug the issue yet. In the meantime, what does the output look like if ANSI color interpretation is disabled in the terminal settings? I'm guessing this happens on the (old 3.x) bash that ships with OSX by default? |
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin16) Thats the version of bash that I am using. It is quite old. I'll have to reinstall the latest bits and disable ANSI to get back to you re: what the output looks like without ANSI. |
Does not emit the ANSI color codes when disabling ANSI... OS X terminal just swallows them, it would appear. I tried changing the TERM as well to no effect. The prompt is set using the following script (part of my prompt kit): |
Works for bash/zsh, did not test on OSX bash.
I think 8d28204 should fix things. I promise I do know how to get a backslash to show up with |
Works for me too! Closing. |
Workaround for lyze/posh-git-sh#15 is no longer necessary. Removing. #5
Workaround for lyze/posh-git-sh#15 is no longer necessary. Removing. #5
I am running this on a mac and using the new code my prompt looks like, going back a commit and it looks fine.
The text was updated successfully, but these errors were encountered: