Cmder: Changed "位" to "?"

Created on 30 Dec 2013  路  10Comments  路  Source: cmderdev/cmder

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

Most helpful comment

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

All 10 comments

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

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.

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

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

@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.

@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 .

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

@Ov4ts It works great. Thank You!

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bmeverett picture bmeverett  路  3Comments

danwellman picture danwellman  路  3Comments

GlassGruber picture GlassGruber  路  3Comments

sathishsoundharajan picture sathishsoundharajan  路  3Comments

vincentntang picture vincentntang  路  3Comments