Created
May 3, 2012 18:02
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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