Skip to content

Instantly share code, notes, and snippets.

@dkordik
Created May 2, 2012 15:36
Show Gist options
  • Save dkordik/2577568 to your computer and use it in GitHub Desktop.
Save dkordik/2577568 to your computer and use it in GitHub Desktop.
Sublime Text 2 Terminal config with Console2/cygwin/bash to open a terminal in the current directory
{
"terminal": "C:/Program Files/Console2/Console.exe",
// In Console2 "Shell" section, have just "bash" with no args in a profile called "Terminal"
"parameters": ["-t", "Terminal", "-r", "/bin/xhere /bin/bash.exe", "`%CWD%`"]
}
@qruiger
Copy link

qruiger commented Dec 13, 2016

@dkordik I wrote the exact same settings in my Settings-User menu but every time I press the hot keys to open the terminal in the current working directory in sublime text, powershell fires up instead of Console2. Please help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment