Skip to content
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

Changed "λ" to "?" #104

Closed
andreyctkn opened this issue Dec 30, 2013 · 12 comments
Closed

Changed "λ" to "?" #104

andreyctkn opened this issue Dec 30, 2013 · 12 comments

Comments

@andreyctkn
Copy link

When I go to powershell, symbol "λ" changed to "?".
2013-12-30_1837

@samvasko
Copy link
Contributor

You can fire up the powershell directly by using ctr-shift-2 or ctrl-t.

@Jackbennett
Copy link
Contributor

The font you've set in the cmd window doesn't have a lambda symbol. You'll have to either use a different symbol or font with it in.

@andreyctkn
Copy link
Author

ok, thank you. I just thought that lambda was displayed everywhere (cmd - powershell and e.c.t)

@bravelee
Copy link

bravelee commented Sep 3, 2014

Probably a noob question. When I want to change "λ" to "$", how can I get it? :-)

@f3yisayo
Copy link

@bravelee I also wanted to have this instead of the Lambda, I did some digging and found a Lua script in CMDER\config\

  1. Open the prompt.lua script in the path above in an editor.
  2. On the second line, just replace λ with $ and save, have fun.

@haoxi911
Copy link

haoxi911 commented Aug 4, 2017

@f3yisayo I didn't see the prompt.lua script in the latest version, is there another way to replace λ with $? I like the tool but it looks weird to type something after λ.

@Ov4ts
Copy link

Ov4ts commented Aug 20, 2017

@haoxi911 I found a new way, go to ~cmder\vendor, open clink.lua, line 44, change to (lambda = "$") and save. Done.

@haoxi911
Copy link

@Ov4ts It works great. Thank You!

@taichushouwang
Copy link

@Ov4ts What you say make cmd work, but for the powershell, it's still λ

@mataps
Copy link

mataps commented Feb 8, 2018

to change the λ replace it in the ff files:
cmder\vendor\clink.lua
cmder\vendor\profile.ps1
cmder\vendor\git-for-windows\etc\profile.d\git-prompt.sh

@smltrs0
Copy link

smltrs0 commented Jun 21, 2021

UPDATED

CMDER\config_powerline_config.lua

--
plc_prompt_lambSymbol = "NEW SIMBOL"

@taowaaCool
Copy link

update:
edit .../cmder/config/cmder_prompt_config.lua
...
prompt_lambSymbol = "NEW Symbol"
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.