-
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
{lamb} instead of lambda sign (possibly a UTF-8 problem?) #322
Comments
Do you have clink installed already? |
yup :) |
The clink you have installed is conflicting with clink that's included with the full install. You have two options: Uninstall clink and use cmder as is. Or Remove the clink directory from the vendor folder and adjust this line in init.bat: to something like:
If clink is in your PATH already. |
I have the same bug. Removed your installation of clink and created a symlink to mine instead, it didn't solve the problem. Anything else I can try ? |
Well, uninstalling was the key. I had the copyright of clink when running cmder so I thought it launched twice. I don't think it's possible to keep both. |
I have the same problem when running Cmder as root, but everything is fine when I run it as me. In a root tab I get a warning that translates to
I have it in a directory like "C:\Users\User\Copy\random stuff", so it looks like spaces aren't handled properly in root mode. |
Same issue on Windows 10 Technical Preview is solved by upgrading to Clink 0.4.3 |
Windows 10 RTM I am having this issue. I installed/upgraded to Clink 0.4.3 via Chocolatey and I am still stuck with {lamb} |
Same problem for me on latest Windows 10, I have no other Clink installed next to the one included with Cmder |
any solution? |
Download the latest pre-release, do not install anything from chocolatey. |
i downloaded the latest version of clink and still have this issue |
Clink is included with cmder already. |
The latest prerelease didn't fix the issue. |
yeah got that problem in Windows 10 on my work computer like 2 days ago aswell, when opening up a new cmd.exe :( |
@MartiUK people still having issues, maybe this should be re-opened? |
i fix the issue by uninstall clink on my PC before i use cmder |
I fixed it by installing a updated version to the clink folder in cmder. |
I also did the above to fix it, the pre-release didn't solve it for me |
Instead of getting a pretty lambda sign, I get {lamb} as my prompt. 😞
The text was updated successfully, but these errors were encountered: