Removed training '\' from %CMDER_ROOT% and added config/user-* to .gitignore

This commit is contained in:
Dax Games
2015-11-07 18:12:54 -06:00
committed by Dax T. Games
parent ffd61db30e
commit eb5ab51573
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,4 @@
@echo off
SET CMDER_ROOT=%~dp0
if "%CMDER_ROOT:~-1%" == "\" SET CMDER_ROOT=%CMDER_ROOT:~0,-1%
start %~dp0/vendor/conemu-maximus5/ConEmu.exe /Icon "%CMDER_ROOT%\icons\cmder.ico" /Title Cmder /LoadCfgFile "%CMDER_ROOT%\config\ConEmu.xml"