From: Mark Wooding Date: Thu, 14 Feb 2019 13:10:05 +0000 (+0000) Subject: dot/profile: Move Cargo debris into the XDG cache directory. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/ab94ba6e16d6d2062a16ea57e464ca67826a120a?ds=inline dot/profile: Move Cargo debris into the XDG cache directory. --- diff --git a/dot/profile b/dot/profile index 2686194..4df991e 100644 --- a/dot/profile +++ b/dot/profile @@ -272,6 +272,9 @@ QT_STYLE_OVERRIDE=gtk2; export QT_STYLE_OVERRIDE GTK_IM_MODULE=xim; export GTK_IM_MODULE QT_IM_MODULE=xim; export QT_IM_MODULE +## Rust Cargo things. +CARGO_HOME=$HOME/.cache/cargo; export CARGO_HOME + ## Configure `ps'. PS_PERSONALITY=gnu; export PS_PERSONALITY