mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 17:28:06 +00:00
Merge branch 'master' of github.com:Eugeny/terminus
This commit is contained in:
commit
7a005132cc
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue