Skip to content

Instantly share code, notes, and snippets.

@codemonkeh
Last active August 27, 2018 00:08
Show Gist options
  • Save codemonkeh/4a553978d9bcdada84207764f4832211 to your computer and use it in GitHub Desktop.
Save codemonkeh/4a553978d9bcdada84207764f4832211 to your computer and use it in GitHub Desktop.
ConEmu - Git Bash

Git Bash config for ConEmu

Based off https://gist.github.com/n3dst4/cc875d83401c06bd6faa, credit to n3dst4

  1. Go to Settings > Tasks > Setup tasks (or press Win + ALT + T)
  2. Click "+"
  3. Enter name
  4. Enter task parameters: /icon "C:\Program Files\Git\etc\git.ico" /dir "D:\Dev\Repos"
  5. Enter command (note the double quotes): ""C:\Program Files\Git\bin\sh.exe" --login -i"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment