提交 6352f22c 编写于 作者: E Eugene Pankov 提交者: GitHub

Merge pull request #167 from koraktor/patch-1

Start an interactive logon shell for Git Bash
......@@ -41,6 +41,7 @@ export class GitBashShellProvider extends ShellProvider {
id: 'git-bash',
name: 'Git-Bash',
command: path.join(gitBashPath, 'bin', 'bash.exe'),
args: [ '--login', '-i' ],
env: {
TERM: 'cygwin',
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册