mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-18 10:30:01 +00:00
Merge pull request #167 from koraktor/patch-1
Start an interactive logon shell for Git Bash
This commit is contained in:
commit
6352f22c48
@ -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',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user