From: hizani <78748751+hizani@users.noreply.github.com> Date: Sun, 24 Jul 2022 20:32:34 +0000 (+0300) Subject: Fix .cargo file to be movable (#146) X-Git-Tag: v0.2.0.2~166 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/ecea68bf69cca5fd9ce43f392f10c5bb43b08a3f?ds=inline Fix .cargo file to be movable (#146) --- diff --git a/programs/cargo.json b/programs/cargo.json index 51ddeec..f5d2ba1 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 +}