From f02b38b5e5df18999478e95048a53ba36a3ccd2e Mon Sep 17 00:00:00 2001 From: BlueBoxWare Date: Sun, 15 May 2022 15:33:55 +0200 Subject: [PATCH] Add configuration for since --- programs/since.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/since.json diff --git a/programs/since.json b/programs/since.json new file mode 100644 index 0000000..cfc7a78 --- /dev/null +++ b/programs/since.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.since", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport SINCE=\"$XDG_DATA_HOME\"/since\n```\n" + } + ], + "name": "since" +} -- 2.47.3