mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
At a second glance, I do not like it
This commit is contained in:
parent
c2c0e1c3aa
commit
3704ff3e2e
9
vendor/init.bat
vendored
9
vendor/init.bat
vendored
@ -1,5 +1,12 @@
|
||||
:: Set prompt style
|
||||
@prompt $E[1;32;40m$P $_$E[1;30;40m$$ $E[0m
|
||||
@for /f "tokens=2 delims=:." %%x in ('chcp') do @set cp=%%x
|
||||
|
||||
:: The slow part
|
||||
:: World without Unicode is a sad world
|
||||
@chcp 65001>nul
|
||||
:: It has to be lambda, I already made a logo
|
||||
@prompt $E[1;32;40m$P $_$E[1;30;40mλ $E[0m
|
||||
@chcp %cp%>nul
|
||||
|
||||
:: Pick right version of clink
|
||||
@if "%PROCESSOR_ARCHITECTURE%"=="x86" (
|
||||
|
Loading…
Reference in New Issue
Block a user