Skip to content

Instantly share code, notes, and snippets.

@klzns
Last active September 14, 2015 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klzns/fb704b6217fa24e26c97 to your computer and use it in GitHub Desktop.
Save klzns/fb704b6217fa24e26c97 to your computer and use it in GitHub Desktop.
ConEmu & Git Bash

You can get to the settings by right-clicking the window bar (why this isn't on a [gear] icon is beyond me). If you want it to take over as the default command prompt, the option you want is under Integration > Default Term, its the first checkbox.

Now, to get the MySysGit Bash to open:

  1. Go to Startup > Tasks
  2. Hit the [+] Button to create a new task
  3. Give it a name
  4. Set the task parameters to /single /Dir "[YourStartupDir]" /icon "%ProgramFiles(x86)%\Git\etc\git.ico"
  5. Set the shell with the command %systemroot%\SysWOW64\cmd.exe /c ""%ProgramFiles(x86)%\Git\bin\sh.exe" --login -i" "-cur_console:t:Git Bash"

This task can now open then git bash, which will include any tab-completion or branch prefixes you have set up. You can set your startup window to this task in Startup by selecting it on the 3rd radio.

Taken from: http://blog.tyrsius.com/setting-up-conemu-with-git-bash-on-windows/

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