feat: merge-with-commandline `false` by default

pull/12204/head
Nikita Revenco 2025-02-06 17:04:18 +00:00
parent 355402e210
commit df96f0c122
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ impl Default for StatusLineConfig {
], ],
separator: String::from(""), separator: String::from(""),
mode: ModeConfig::default(), mode: ModeConfig::default(),
merge_with_commandline: true, merge_with_commandline: false,
} }
} }
} }