From df25b4388460ec368cc5ee87d87e6ed48ddd082f Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 22 Jan 2026 22:59:22 +0800 Subject: [PATCH] fix(install): change default for Git Bash multi-line prompt fix to false --- ccw/src/commands/install.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccw/src/commands/install.ts b/ccw/src/commands/install.ts index 71f20cdb..2e44dbb1 100644 --- a/ccw/src/commands/install.ts +++ b/ccw/src/commands/install.ts @@ -335,7 +335,7 @@ export async function installCommand(options: InstallOptions): Promise { type: 'confirm', name: 'installFix', message: 'Install Git Bash multi-line prompt fix? (recommended for Git Bash users)', - default: true + default: false }]); if (installFix) {