Hey. Install git bash. Installed Conemu. In the tasks section, Conemu does not see git bash. How then to add your task manually?
2 answers
ConEmu should not "see" anything. Tasks are customizable. Just some of the frequently used ones are already customized by the developer. Perhaps when you upgrade ConEmu and you have this task will appear, and maybe not. You can add a new task yourself with the following parameters:
- Name -
Bash::git bash(it can be any, at your discretion) - Task parameters - remains empty
- Commands -
"C:\Program Files\Git\bin\sh.exe" --login -i(if the path to Git is different, specify yours)
Everything. This will allow you to run Git Bash from ConEmu, like other tasks.
Additionally, it may be convenient to add Git Bash launch in ConEmu to the context menu of the explorer. To do this, go to Integration , section ConEmu Here :
- Menu item -
Git Bash (ConEmu) here - Command -
/single -run {Git Bash}(In curly braces, the name of the task that was entered in the previous step)- Icon file -
C:\Program Files\Git\mingw64\share\git\git-for-windows.ico - Click the
Registerbutton
- Icon file -
|
