forked from mirrors/jj
cli: rename config/git.toml to misc.toml to add some more random stuff
I could add a file per section, but each file would just contain one or two lines.
This commit is contained in:
parent
7c9c2735ae
commit
3b09635f46
2 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ pub fn default_config() -> config::Config {
|
|||
config::Config::builder()
|
||||
.add_source(from_toml!("config/colors.toml"))
|
||||
.add_source(from_toml!("config/merge_tools.toml"))
|
||||
.add_source(from_toml!("config/git.toml"))
|
||||
.add_source(from_toml!("config/misc.toml"))
|
||||
.build()
|
||||
.unwrap()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue