Skip to content

Instantly share code, notes, and snippets.

@wangxiaodong
Forked from dkordik/Terminal.sublime-settings
Last active August 28, 2015 03:12
Show Gist options
  • Save wangxiaodong/30758f59057e14f35a75 to your computer and use it in GitHub Desktop.
Save wangxiaodong/30758f59057e14f35a75 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