From e532fb49e7c78666da92a32587b5cd02e34772a1 Mon Sep 17 00:00:00 2001 From: b3nj4m1n Date: Fri, 13 May 2022 04:04:54 +0200 Subject: [PATCH] Add configuration for rustup --- programs/rustup.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/rustup.json 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 -- 2.47.3