From ecea68bf69cca5fd9ce43f392f10c5bb43b08a3f Mon Sep 17 00:00:00 2001 From: hizani <78748751+hizani@users.noreply.github.com> Date: Sun, 24 Jul 2022 23:32:34 +0300 Subject: [PATCH] Fix .cargo file to be movable (#146) --- programs/cargo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/cargo.json b/programs/cargo.json index 51ddeec6..f5d2ba10 100644 --- a/programs/cargo.json +++ b/programs/cargo.json @@ -2,9 +2,9 @@ "files": [ { "path": "$HOME/.cargo", - "movable": false, + "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport CARGO_HOME=\"$XDG_DATA_HOME\"/cargo\n```\n" } ], "name": "cargo" -} \ No newline at end of file +}