mirror of
https://github.com/Eugeny/tabby
synced 2025-03-04 07:07:16 +00:00
Change name Git-Bash
to Git Bash
This commit is contained in:
parent
7cddcee951
commit
272918bff6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export class GitBashShellProvider extends ShellProvider {
|
|||
|
||||
return [{
|
||||
id: 'git-bash',
|
||||
name: 'Git-Bash',
|
||||
name: 'Git Bash',
|
||||
command: path.join(gitBashPath, 'bin', 'bash.exe'),
|
||||
args: ['--login', '-i'],
|
||||
icon: require('../icons/git-bash.svg'),
|
||||
|
|
Loading…
Add table
Reference in a new issue