Skip to content

Commit 94ea2da

Browse files
committed
make it work with windows terminal
1 parent e52fa81 commit 94ea2da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vendor/start_git_bash.cmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,8 @@ if exist "%CMDER_ROOT%\vendor\git-for-windows" (
4444
)
4545
)
4646

47-
"%gitCmd%" --no-cd %gitCommand% "%bashCmd%" --login -i
47+
if defined ConEmuDir (
48+
"%gitCmd%" --no-cd %gitCommand% "%bashCmd%" --login -i
49+
) else (
50+
"%bashCmd%" --login -i
51+
)

0 commit comments

Comments
 (0)