From 3ea6d51ba438cdb1861a331ec11e0aa2face9f48 Mon Sep 17 00:00:00 2001 From: Dax T Games Date: Sun, 27 Aug 2017 14:04:24 -0500 Subject: [PATCH] Update init.bat --- vendor/init.bat | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/vendor/init.bat b/vendor/init.bat index d2e4689..4fbdd7d 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -159,15 +159,9 @@ if not defined HOME set "HOME=%USERPROFILE%" :: This is either a env variable set by the user or the result of :: cmder.exe setting this variable due to a commandline argument or a "cmder here" -setlocal enabledelayedexpansion if defined CMDER_START ( - if "%CMDER_START:~-1%" neq "\" ( - SET "CMDER_START=%CMDER_START%\" - ) - - pushd "!CMDER_START!" + pushd "%CMDER_START%" ) -endlocal if exist "%CMDER_ROOT%\config\user-profile.cmd" ( REM Create this file and place your own command in there