feat: merge-with-commandline false
by default
This commit is contained in:
parent
355402e210
commit
df96f0c122
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ impl Default for StatusLineConfig {
|
|||
],
|
||||
separator: String::from("│"),
|
||||
mode: ModeConfig::default(),
|
||||
merge_with_commandline: true,
|
||||
merge_with_commandline: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue