mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
make it work with windows terminal
This commit is contained in:
parent
e52fa81fbb
commit
94ea2da567
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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user