From: TLZ Date: Fri, 10 Jun 2022 12:30:33 +0000 (+0000) Subject: Add zplug (#98) X-Git-Tag: v0.2.0.1~19 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/d10c4c0cf01a45e4a012f0448cb0cea49758a8ac Add zplug (#98) --- diff --git a/programs/zplug.json b/programs/zplug.json new file mode 100644 index 0000000..5987643 --- /dev/null +++ b/programs/zplug.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.zplug", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport ZPLUG_HOME=\"$XDG_DATA_HOME/zplug\"\n```\n" + } + ], + "name": "zplug" +}