Skip to content

Instantly share code, notes, and snippets.

@wangxiaodong
wangxiaodong / Terminal.sublime-settings
Last active August 28, 2015 03:12 — forked from dkordik/Terminal.sublime-settings
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%`"]
}