-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Child shells yields broken prompt #178
Comments
Same thing can happen with |
Every time you make a new shell thru cmder. It injects the clink to the process. That makes the prompt replacement work. When you run it without that, no replacements happen. It is not really something you can fix but I am looking into it right now and I might be able to do it smarter. |
@Bliker: Do you know of a work around? In my case, I can run something besides simply "cmd.exe" from my script if I know what it should be. |
The powershell console does pretty much everything clink injects you could see if running |
See #961 |
I have a Python script that sets a bunch of variables, etc., then in turn executes cmd.exe at the end so that I am dropped into a child or "sub" shell with the prepared environment.
When running this cmder, I'm left with a prompt that looks like this:
Any idea on how to fix this? If required, I can change the command in the Python script to be more than just "cmd.exe".
The text was updated successfully, but these errors were encountered: