From 50e3750e80b1d11d50d27ac88b98445ddcde170b Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Tue, 5 Jul 2022 14:25:08 +0200 Subject: [PATCH] Add info for .zlua file --- 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 00000000..9738228b --- /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" +}