mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-27 16:49:08 +08:00
allow launching windows terminal w/cmder from cmder
This commit is contained in:
parent
9b446b31d5
commit
6b330b81f2
2
vendor/user_init.cmd.template
vendored
2
vendor/user_init.cmd.template
vendored
@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
if "%CMDER_CLINK%" == "1" (
|
if "%CMDER_CLINK%" == "1" (
|
||||||
goto :INJECT_CLINK
|
goto :INJECT_CLINK
|
||||||
|
) else if "%CMDER_CLINK%" == "2" if defined WT_PROFILE_ID (
|
||||||
|
goto :INJECT_CLINK
|
||||||
) else if "%CMDER_CLINK%" == "2" (
|
) else if "%CMDER_CLINK%" == "2" (
|
||||||
goto :CLINK_FINISH
|
goto :CLINK_FINISH
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user