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) {