Skip to content

Instantly share code, notes, and snippets.

@taknb2nch
Created February 4, 2014 04:43
Show Gist options
  • Save taknb2nch/8798263 to your computer and use it in GitHub Desktop.
Save taknb2nch/8798263 to your computer and use it in GitHub Desktop.
Sublime TextのTerminalプラグインでmsysgitをデフォルトで使用する場合の設定。
{
"terminal": "C:\\Program Files (x86)\\Git\\bin\\sh.exe",
"parameters": ["--login", "-i"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment