Skip to content

Instantly share code, notes, and snippets.

@MyDogTom
Created January 26, 2016 14:01
Show Gist options
  • Save MyDogTom/56ba3b64f2eaf146f5f7 to your computer and use it in GitHub Desktop.
Save MyDogTom/56ba3b64f2eaf146f5f7 to your computer and use it in GitHub Desktop.
configure console2 with githbash
source: http://code.logos.com/blog/2011/06/git_bash_in_console2.html
Git Bash in Console2
I started using Console2 after reading Scott Hanselman’s recommendation. Not only can it display a regular command prompt and PowerShell in tabs (as he describes), any console process can be added. msysgit users can add Git Bash to by opening the Settings dialog and adding a tab with the following properties:
Title: Git Bash
Icon: C:\Program Files (x86)\Git\etc\git.ico
Shell: C:\Windows\SysWOW64\cmd.exe /c ""C:\Program Files (x86)\Git\bin\sh.exe" --login -i"
Startup dir: C:\YourCode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment