From ce8bf2c15c7cfca22b1911068fbe7d13a1108c9b Mon Sep 17 00:00:00 2001 From: b3nj4m1n Date: Tue, 13 Sep 2022 12:40:37 +0200 Subject: [PATCH] Change less history file location to state home --- programs/less.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/programs/less.json b/programs/less.json index 092338c..a978785 100644 --- a/programs/less.json +++ b/programs/less.json @@ -1,10 +1,10 @@ { - "name": "less", "files": [ { - "path": "${HOME}/.lesshst", + "help": "Export the following environment variables:\n\n```bash\nexport LESSHISTFILE=\"$XDG_STATE_HOME\"/less/history\n```\n", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport LESSHISTFILE=\"$XDG_CACHE_HOME\"/less/history\n```\n" + "path": "${HOME}/.lesshst" } - ] -} + ], + "name": "less" +} \ No newline at end of file -- 2.47.3