summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index af51de3..58b51f6 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -45,6 +45,7 @@ fn write_config(config: &Config) -> Result<()> {
Ok(serde_yaml::to_writer(file, config)?)
}
+// TODO consider switching to .toml to be consistent with colors.toml
fn config_file_name() -> Result<PathBuf> {
Ok(project_dir()?.config_dir().join("config.yml"))
}