diff options
| author | lukeflo | 2025-03-02 22:13:19 +0100 |
|---|---|---|
| committer | lukeflo | 2025-03-02 22:14:13 +0100 |
| commit | 2263f1e14a671c93aa045b5649befbf250712020 (patch) | |
| tree | a653c7723e2c9fc76a5b5290521c211e5a5dfaef /files/bibiman.toml | |
| parent | 2e1204e98704e466c3b210f05478d0275ea3ea71 (diff) | |
| download | bibiman-2263f1e14a671c93aa045b5649befbf250712020.tar.gz bibiman-2263f1e14a671c93aa045b5649befbf250712020.zip | |
implement test if config file exists, otherwise creation of default file will be offered
Diffstat (limited to 'files/bibiman.toml')
| -rw-r--r-- | files/bibiman.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/bibiman.toml b/files/bibiman.toml index 987e780..df260fe 100644 --- a/files/bibiman.toml +++ b/files/bibiman.toml @@ -14,7 +14,7 @@ ## Prefix which is prepended to the filepath from the `file` field ## Use absolute paths (~ for HOME works). Otherwise, loading might not work. -# file_prefix = [ "/some/path/prefix" ] +# file_prefix = "/some/path/prefix" # [colors] ## Default values for dark-themed terminal |
