Change journal location setting name to "path" and default to ~

This commit is contained in:
Joseph T Lyons 2022-09-29 16:18:16 -04:00
parent f8da5ab2e7
commit 3c62de34f7
5 changed files with 39 additions and 24 deletions

View file

@ -16,3 +16,4 @@ chrono = "0.4"
dirs = "4.0"
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
settings = { path = "../settings" }
shellexpand = "2.1.0"