Skip to content

Commit a66b8b3

Browse files
authored
Merge pull request #2458 from FTOH/patch-1
Fix: Incomplete operation when closing bash.exe
2 parents ed60c14 + 633d673 commit a66b8b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/ConEmu.xml.default

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,14 +549,14 @@
549549
<value name="GuiArgs" type="string" data=" /icon &quot;%CMDER_ROOT%\icons\cmder.ico&quot;"/>
550550
<value name="Active" type="long" data="0"/>
551551
<value name="Count" type="long" data="1"/>
552-
<value name="Cmd1" type="string" data="*cmd /c &quot;&quot;%ConEmuDir%\..\git-for-windows\bin\bash&quot; --login -i&quot;"/>
552+
<value name="Cmd1" type="string" data="*&quot;%ConEmuDir%\..\git-for-windows\usr\bin\bash.exe&quot; --login -i"/>
553553
</key>
554554
<key name="Task8" modified="2018-02-22 06:05:13" build="171109">
555555
<value name="Name" type="string" data="{bash::bash}"/>
556556
<value name="Flags" type="dword" data="00000000"/>
557557
<value name="Hotkey" type="dword" data="00000000"/>
558558
<value name="GuiArgs" type="string" data=" /icon &quot;%CMDER_ROOT%\icons\cmder.ico&quot;"/>
559-
<value name="Cmd1" type="string" data="cmd /c &quot;&quot;%ConEmuDir%\..\git-for-windows\bin\bash&quot; --login -i&quot;"/>
559+
<value name="Cmd1" type="string" data="&quot;%ConEmuDir%\..\git-for-windows\usr\bin\bash.exe&quot; --login -i"/>
560560
<value name="Active" type="long" data="0"/>
561561
<value name="Count" type="long" data="1"/>
562562
</key>

0 commit comments

Comments
 (0)