diff options
Diffstat (limited to 'files/bibiman.toml')
| -rw-r--r-- | files/bibiman.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/bibiman.toml b/files/bibiman.toml index 2e5d51b..987e780 100644 --- a/files/bibiman.toml +++ b/files/bibiman.toml @@ -12,6 +12,10 @@ ## Default app to open URLs/DOIs # url_opener = "xdg-open" +## 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" ] + # [colors] ## Default values for dark-themed terminal ## Possible values are: |
