1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-10-26 12:43:50 +03:00

Change name Git-Bash to Git Bash

This commit is contained in:
Liangcheng Juves 2022-05-15 14:51:23 +08:00
parent 7cddcee951
commit 272918bff6

View File

@ -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'),