From 62dcf7dc4255afaf1c70bcdb6d92597049dfa85d Mon Sep 17 00:00:00 2001 From: Ching Pei Yang <59727193+horriblename@users.noreply.github.com> Date: Tue, 5 Jul 2022 16:22:14 +0200 Subject: [PATCH] Add info for .zlua file (#127) --- programs/zlua.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/zlua.json diff --git a/programs/zlua.json b/programs/zlua.json new file mode 100644 index 0000000..9738228 --- /dev/null +++ b/programs/zlua.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.zlua", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport _ZL_DATA=\"$XDG_DATA_HOME/zlua\"\n```\n" + } + ], + "name": "zlua" +} -- 2.47.3