From: Nick Date: Thu, 30 Mar 2023 01:23:00 +0000 (-0400) Subject: Add vmodules (#233) X-Git-Tag: v0.2.0.2~84 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/79b0d09707a1f2513769db23878730e2754e0ba8 Add vmodules (#233) Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> --- diff --git a/programs/v.json b/programs/v.json new file mode 100644 index 0000000..21dbde1 --- /dev/null +++ b/programs/v.json @@ -0,0 +1,10 @@ +{ + "name": "v", + "files": [ + { + "path": "$HOME/.vmodules", + "movable": false, + "help": "Export the following environment variables:\n\n```bash\nexport VMODULES=\"$XDG_DATA_HOME\"/vmodules\n```\n" + } + ] +}