From: b3nj4m1n Date: Fri, 13 May 2022 02:04:54 +0000 (+0200) Subject: Add configuration for rustup X-Git-Tag: v0.2.0.0~105 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/e532fb49e7c78666da92a32587b5cd02e34772a1?ds=inline Add configuration for rustup --- diff --git a/programs/rustup.json b/programs/rustup.json new file mode 100644 index 0000000..aafb261 --- /dev/null +++ b/programs/rustup.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.rustup", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport RUSTUP_HOME=\"$XDG_DATA_HOME\"/rustup\n```\n" + } + ], + "name": "rustup" +} \ No newline at end of file