Use HOME if already set.

This commit is contained in:
Greg Lucas 2014-03-11 15:08:24 -04:00
parent 7688823886
commit 303bfda521

2
vendor/init.bat vendored
View File

@ -30,6 +30,6 @@
@doskey /macrofile="%CMDER_ROOT%\config\aliases"
:: Set home path
@set HOME=%USERPROFILE%
@if not defined HOME set HOME=%USERPROFILE%
@if defined CMDER_START cd /d "%CMDER_START%"