From: Ching Pei Yang <59727193+horriblename@users.noreply.github.com> Date: Tue, 5 Jul 2022 14:22:14 +0000 (+0200) Subject: Add info for .zlua file (#127) X-Git-Tag: v0.2.0.2~183 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/62dcf7dc4255afaf1c70bcdb6d92597049dfa85d?ds=sidebyside Add info for .zlua file (#127) --- 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" +}