Skip to content

Instantly share code, notes, and snippets.

@tylersticka
Created May 11, 2012 01:56
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 tylersticka/2657042 to your computer and use it in GitHub Desktop.
Save tylersticka/2657042 to your computer and use it in GitHub Desktop.
Sublime Text Terminal settings for Mintty
{
"terminal": "C:/cygwin/bin/mintty.exe",
// The first and third commands make sure your bin comes through
// The second one prevents a directory change to home
"parameters": ["/bin/env", "CHERE_INVOKING=1", "/bin/bash", "-l"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment