From 0bde8b361a343c5b9b2c743addcd0327cb679340 Mon Sep 17 00:00:00 2001 From: Shoozza Date: Wed, 27 Nov 2013 10:11:29 +0100 Subject: [PATCH] Fix spelling in init.bat --- vendor/init.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/init.bat b/vendor/init.bat index 72063ee..9e8d2b1 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -3,7 +3,7 @@ :: Created as part of cmder project -:: Seting prompt style +:: Setting prompt style @for /f "tokens=2 delims=:." %%x in ('chcp') do @set cp=%%x :: The slow part :: World without Unicode is a sad world