mirror of
https://github.com/eugeny/tabby
synced 2026-08-21 05:16:31 +00:00
Merge pull request #167 from koraktor/patch-1
Start an interactive logon shell for Git Bash
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user