2
0
mirror of https://github.com/cmderdev/cmder.git synced 2025-04-10 03:32:32 +08:00

make it work with windows terminal

This commit is contained in:
Dax T. Games 2023-09-22 17:07:56 -04:00
parent e52fa81fbb
commit 94ea2da567

@ -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
)