From fc73f8908b14b7eb80070a850c65873fac36a873 Mon Sep 17 00:00:00 2001 From: vvedder Date: Fri, 29 May 2026 10:44:32 +0200 Subject: [PATCH] Change history_file to use user's home instead of erebe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 439247f..bb678ab 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Configuration file can be found at: ❯ cat ~/.config/greenclip.toml [greenclip] - history_file = "/home/erebe/.cache/greenclip.history" + history_file = "$HOME/.cache/greenclip.history" max_history_length = 50 max_selection_size_bytes = 0 trim_space_from_selection = true