Created
May 11, 2012 01:56
-
-
Save tylersticka/2657042 to your computer and use it in GitHub Desktop.
Sublime Text Terminal settings for Mintty
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", | |
// 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