mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
fix(install): change default for Git Bash multi-line prompt fix to false
This commit is contained in:
@@ -335,7 +335,7 @@ export async function installCommand(options: InstallOptions): Promise<void> {
|
||||
type: 'confirm',
|
||||
name: 'installFix',
|
||||
message: 'Install Git Bash multi-line prompt fix? (recommended for Git Bash users)',
|
||||
default: true
|
||||
default: false
|
||||
}]);
|
||||
|
||||
if (installFix) {
|
||||
|
||||
Reference in New Issue
Block a user