mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-26 16:19:08 +08:00
Use HOME if already set.
This commit is contained in:
parent
7688823886
commit
303bfda521
2
vendor/init.bat
vendored
2
vendor/init.bat
vendored
@ -30,6 +30,6 @@
|
|||||||
@doskey /macrofile="%CMDER_ROOT%\config\aliases"
|
@doskey /macrofile="%CMDER_ROOT%\config\aliases"
|
||||||
|
|
||||||
:: Set home path
|
:: Set home path
|
||||||
@set HOME=%USERPROFILE%
|
@if not defined HOME set HOME=%USERPROFILE%
|
||||||
|
|
||||||
@if defined CMDER_START cd /d "%CMDER_START%"
|
@if defined CMDER_START cd /d "%CMDER_START%"
|
||||||
|
Loading…
Reference in New Issue
Block a user