]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add zplug (#98)
authorTLZ <roesch.eric@protonmail.com>
Fri, 10 Jun 2022 12:30:33 +0000 (12:30 +0000)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2022 12:30:33 +0000 (14:30 +0200)
programs/zplug.json [new file with mode: 0644]

diff --git a/programs/zplug.json b/programs/zplug.json
new file mode 100644 (file)
index 0000000..5987643
--- /dev/null
@@ -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"
+}