]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add configuration for rustup
authorb3nj4m1n <b3nj4m1n@gmx.net>
Fri, 13 May 2022 02:04:54 +0000 (04:04 +0200)
committerb3nj4m1n <b3nj4m1n@gmx.net>
Fri, 13 May 2022 02:04:54 +0000 (04:04 +0200)
programs/rustup.json [new file with mode: 0644]

diff --git a/programs/rustup.json b/programs/rustup.json
new file mode 100644 (file)
index 0000000..aafb261
--- /dev/null
@@ -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