diff --git a/tabby-local/src/shells/gitBash.ts b/tabby-local/src/shells/gitBash.ts index 60846fb2..bba50edd 100644 --- a/tabby-local/src/shells/gitBash.ts +++ b/tabby-local/src/shells/gitBash.ts @@ -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'),