Skip to content

Instantly share code, notes, and snippets.

@CaptainOfFlyingDutchman
Forked from n3dst4/ConEmu Git Bash.md
Last active September 17, 2017 18:24
Show Gist options
  • Save CaptainOfFlyingDutchman/0830bffef29cad9fd639f47fbf86b079 to your computer and use it in GitHub Desktop.
Save CaptainOfFlyingDutchman/0830bffef29cad9fd639f47fbf86b079 to your computer and use it in GitHub Desktop.
My ConEmu / Cmder git bash task config
  1. Open Conemu

  2. Open Settings -> Tasks or go to new tab button -> Setup tasks.

  3. Click + to add a new task

  4. Enter the name as Git Bash or whatever you like

  5. Task parameters:

      /icon "C:\Program Files\Git\mingw64\share\git\git-for-windows.ico"
    
  6. Command:

     "C:\Program Files\Git\bin\sh.exe" --login -i -new_console:d:%USERPROFILE% 
    

//: # ("set PATH=C:\Users\Ndecarteret;%PATH%" & "set HOME=C:\Users\Ndecarteret" & "C:\Program Files (x86)\Git\bin\sh.exe" --login -i)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment