mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +08:00
Removed home declaration
This commit is contained in:
parent
2d0a7093d4
commit
42d22f1e17
3
vendor/init.bat
vendored
3
vendor/init.bat
vendored
@ -25,9 +25,8 @@
|
|||||||
@vendor\clink\clink_x%architecture%.exe inject --quiet --profile config
|
@vendor\clink\clink_x%architecture%.exe inject --quiet --profile config
|
||||||
|
|
||||||
:: Prepare for msysgit
|
:: Prepare for msysgit
|
||||||
|
|
||||||
:: I do not even know, copypasted from their .bat
|
:: I do not even know, copypasted from their .bat
|
||||||
@if not exist "%HOME%" @set HOME=%HOMEDRIVE%%HOMEPATH%
|
|
||||||
@if not exist "%HOME%" @set HOME=%USERPROFILE%
|
|
||||||
@set PLINK_PROTOCOL=ssh
|
@set PLINK_PROTOCOL=ssh
|
||||||
@if not defined TERM set TERM=msys
|
@if not defined TERM set TERM=msys
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user