Merge pull request #167 from koraktor/patch-1

Start an interactive logon shell for Git Bash
This commit is contained in:
Eugene Pankov
2017-08-07 13:52:54 +02:00
committed by GitHub
+1
View File
@@ -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',
}