At a second glance, I do not like it

This commit is contained in:
Samuel Vasko 2013-09-25 21:08:58 +02:00
parent c2c0e1c3aa
commit 3704ff3e2e
2 changed files with 8 additions and 1 deletions

BIN
icon.psd

Binary file not shown.

9
vendor/init.bat vendored
View File

@ -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" (