From 272918bff66c2ccebd107d8129469b7d56049c80 Mon Sep 17 00:00:00 2001 From: Liangcheng Juves Date: Sun, 15 May 2022 14:51:23 +0800 Subject: [PATCH] Change name `Git-Bash` to `Git Bash` --- tabby-local/src/shells/gitBash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),