From: parphelion Date: Sun, 15 May 2022 09:31:37 +0000 (+0200) Subject: Added configuration file for volta X-Git-Tag: v0.2.0.0~67^2~1 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/0f9e302d773763b62324e231cc1bfb8c7e337b8d Added configuration file for volta --- diff --git a/programs/volta.json b/programs/volta.json new file mode 100644 index 0000000..c4a0bb4 --- /dev/null +++ b/programs/volta.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.volta", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport VOLTA_HOME=\"$XDG_DATA_HOME\"/volta\n```\n" + } + ], + "name": "volta" +}