-
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
Version 1.3.15.1010: The command line does not display the "λ" symbol #2347
Comments
@alexinea did you edit Custom prompt config should be added to a |
Thank you very much @daxgames for your reply. I only added one line of code:
I added this line of code (which used to appear in the old version of cmder) to make my cmder interface color. Now after deleting this line of code, my colored text and the "λ" symbol are gone. And in the git folder, you can not prompt git branch information. (In previous versions of cmder there was no such problem.) Even if the pure version of cmder-mini is downloaded from cmder.net, it will be different from the following picture after startup: Am I missing a lot of caring information? Is it because of different versions? |
The screenshot you refer to is VERY old. I am running the current version of Cmder on Microsoft Windows [Version 10.0.19041.329] and the prompt looks like: The line of code may have worked, but I doubt it, in a Cmder version from many years ago but would not work in the The clink output at the top is odd and should not be seen. Do you have clink installed separately? What version of Windows are you running please provide output of |
You are experiencing mridgers/clink#543. Nothing I can do to help. You might want to contribute to the referenced bug report. |
Duplicate of #2341 |
Well, if nothing can be done about this, then cmder is going to be broken and useless when these changes in Insider start rolling to Windows stable. |
@chrisant996 is actively working on a fork of Clink 1.x.x. Hopefully he can address this. |
Clink 1.x installed separately, started by itself -- starts almost instantly on my machine. That suggests the slowness is related to how Cmder integrates with Clink. As I get Clink 1.x nearer to release, I'll profile the startup and see if there are inefficiencies in Clink itself, and see if there are any suggestions I can offer to the Cmder team for how to make Clink startup faster. There are enough changes in Clink 1.x that it's unlikely to be a simple drop-in replacement; lua scripts will need to be updated, but it should be fairly straightforward. |
Cool, looking forward to that! Thank you for your work. |
My configuration in
init.bat
is:My Tasks startup commands is:
I can't get the effect like in the screenshot of cmder.net.
Is there something wrong with my configuration?
The text was updated successfully, but these errors were encountered: