mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-15 06:07:50 +08:00
make it work with windows terminal
This commit is contained in:
6
vendor/start_git_bash.cmd
vendored
6
vendor/start_git_bash.cmd
vendored
@ -44,4 +44,8 @@ if exist "%CMDER_ROOT%\vendor\git-for-windows" (
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
"%gitCmd%" --no-cd %gitCommand% "%bashCmd%" --login -i
|
if defined ConEmuDir (
|
||||||
|
"%gitCmd%" --no-cd %gitCommand% "%bashCmd%" --login -i
|
||||||
|
) else (
|
||||||
|
"%bashCmd%" --login -i
|
||||||
|
)
|
||||||
|
Reference in New Issue
Block a user