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

View File

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