mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-05 02:50:00 +00:00
Merge branch 'master' of github.com:Eugeny/terminus
This commit is contained in:
commit
7a005132cc
@ -41,6 +41,7 @@ export class GitBashShellProvider extends ShellProvider {
|
|||||||
id: 'git-bash',
|
id: 'git-bash',
|
||||||
name: 'Git-Bash',
|
name: 'Git-Bash',
|
||||||
command: path.join(gitBashPath, 'bin', 'bash.exe'),
|
command: path.join(gitBashPath, 'bin', 'bash.exe'),
|
||||||
|
args: [ '--login', '-i' ],
|
||||||
env: {
|
env: {
|
||||||
TERM: 'cygwin',
|
TERM: 'cygwin',
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user