Skip to content

Instantly share code, notes, and snippets.

@dkordik
Created May 3, 2012 18:02
Show Gist options
  • Save dkordik/2587659 to your computer and use it in GitHub Desktop.
Save dkordik/2587659 to your computer and use it in GitHub Desktop.
Sublime Text 2 Terminal config with mintty/cygwin/bash to open a terminal in the current directory
{
"terminal": "C:/cygwin/bin/mintty.exe",
"parameters": ["/bin/env", "CHERE_INVOKING=1", "/bin/xhere", "/bin/bash", "`%CWD%`"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment