Skip to content

Commit c0dcce4

Browse files
committed
Merge pull request #422 from ragekit/development
Added git shell task.
2 parents df4e83d + 4b2590b commit c0dcce4

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

Diff for: config/ConEmu.xml

+24-14
Original file line numberDiff line numberDiff line change
@@ -483,38 +483,48 @@
483483
<value name="DndLKey" type="hex" data="00"/>
484484
<value name="DndRKey" type="hex" data="a2"/>
485485
<value name="WndDragKey" type="dword" data="00121101"/>
486-
<key name="Tasks" modified="2015-01-21 23:28:29" build="140707">
486+
<key name="Tasks" modified="2015-01-21 23:28:29" build="140707">
487487
<value name="Count" type="dword" data="00000003"/>
488-
<key name="Task1" modified="2015-01-21 23:28:29" build="140707">
488+
<key name="Task1" modified="2015-01-21 23:28:29" build="140707">
489489
<value name="Name" type="string" data="{cmd}"/>
490490
<value name="GuiArgs" type="string" data="/icon &quot;%CMDER_ROOT%\cmder.exe&quot;"/>
491491
<value name="Cmd1" type="string" data="cmd /k &quot;%ConEmuDir%\..\init.bat&quot; -new_console:d:%USERPROFILE%"/>
492492
<value name="Active" type="dword" data="00000000"/>
493493
<value name="Count" type="dword" data="00000001"/>
494494
<value name="Hotkey" type="dword" data="00000000"/>
495495
</key>
496-
<key name="Task2" modified="2015-01-21 23:28:29" build="140707">
496+
<key name="Task2" modified="2015-01-21 23:28:29" build="140707">
497497
<value name="Name" type="string" data="{PowerShell}"/>
498498
<value name="GuiArgs" type="string" data="/icon &quot;%CMDER_ROOT%\cmder.exe&quot;"/>
499499
<value name="Cmd1" type="string" data="PowerShell -NoLogo -NoProfile -NoExit -Command &quot;Invoke-Expression '. ''%ConEmuDir%\..\profile.ps1'''&quot; -new_console:d:&quot;%USERPROFILE%&quot;"/>
500500
<value name="Active" type="dword" data="00000000"/>
501501
<value name="Count" type="dword" data="00000001"/>
502502
<value name="Hotkey" type="dword" data="00000000"/>
503503
</key>
504-
<key name="Task3" modified="2015-01-21 23:28:29" build="140707">
505-
<value name="Name" type="string" data="{PowerShell as Admin}"/>
506-
<value name="Hotkey" type="dword" data="00000000"/>
507-
<value name="GuiArgs" type="string" data="/icon &quot;%CMDER_ROOT%\cmder.exe&quot;"/>
508-
<value name="Cmd1" type="string" data="*PowerShell -NoLogo -NoProfile -NoExit -Command &quot;Invoke-Expression '. ''%ConEmuDir%\..\profile.ps1'''&quot; -new_console:d:&quot;%USERPROFILE%&quot;"/>
509-
<value name="Active" type="dword" data="00000000"/>
510-
<value name="Count" type="dword" data="00000001"/>
511-
</key>
512-
</key>
513-
<key name="Apps" modified="2015-01-21 23:28:29" build="140707">
504+
<key name="Task3" modified="2015-01-21 23:28:29" build="140707">
505+
<value name="Name" type="string" data="{PowerShell as Admin}"/>
506+
<value name="Hotkey" type="dword" data="00000000"/>
507+
<value name="GuiArgs" type="string" data="/icon &quot;%CMDER_ROOT%\cmder.exe&quot;"/>
508+
<value name="Cmd1" type="string" data="*PowerShell -NoLogo -NoProfile -NoExit -Command &quot;Invoke-Expression '. ''%ConEmuDir%\..\profile.ps1'''&quot; -new_console:d:&quot;%USERPROFILE%&quot;"/>
509+
<value name="Active" type="dword" data="00000000"/>
510+
<value name="Count" type="dword" data="00000001"/>
511+
</key>
512+
<key name="Task4" modified="2015-02-24 18:49:50" build="140707">
513+
<value name="Name" type="string" data="{git sh}"/>
514+
<value name="Hotkey" type="dword" data="00000000"/>
515+
<value name="GuiArgs" type="string" data=" /icon &quot;%CMDER_ROOT%\cmder.exe&quot;"/>
516+
<value name="Cmd1" type="string" data="cmd /k &quot;%ConEmuDir%\..\init.bat &amp; %CMDER_ROOT%\vendor\msysgit\bin\bash --login -i&quot; -new_console:d:%USERPROFILE%"/>
517+
<value name="Cmd2" type="string" data="%CMDER_ROOT%\vendor\msysgit\git-bash.bat"/>
518+
<value name="Active" type="dword" data="00000000"/>
519+
<value name="Count" type="dword" data="00000001"/>
520+
</key>
521+
</key>
522+
523+
<key name="Apps" modified="2015-01-21 23:28:29" build="140707">
514524
<value name="Count" type="dword" data="00000000"/>
515525
</key>
516526
<key name="Colors" modified="2015-01-21 23:28:29" build="140707">
517-
<key name="Palette1" modified="2015-01-21 23:28:29" build="140707">
527+
<key name="Palette1" modified="2015-01-21 23:28:29" build="140707">
518528
<value name="Name" type="string" data="Monokai"/>
519529
<value name="ExtendColors" type="hex" data="00"/>
520530
<value name="ExtendColorIdx" type="hex" data="0e"/>

0 commit comments

Comments
 (0)