mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +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" (
|
||||
goto :INJECT_CLINK
|
||||
) else if "%CMDER_CLINK%" == "2" if defined WT_PROFILE_ID (
|
||||
goto :INJECT_CLINK
|
||||
) else if "%CMDER_CLINK%" == "2" (
|
||||
goto :CLINK_FINISH
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user