From a1174a335a0b54c18bb04a4f4a777d1ea0a21e19 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 14 Aug 2020 21:25:02 -0400 Subject: .vimrc: Rust format and REPL --- .bash_profile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index c44ca37..d9f2610 100644 --- a/.bash_profile +++ b/.bash_profile @@ -45,6 +45,8 @@ export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat" export XDG_CACHE_HOME="$HOME/.cache" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" +export CARGO_HOME="$XDG_CACHE_HOME/cargo" +export RUSTUP_HOME="$XDG_DATA_HOME/rustup" # themes export DESKTOP_SESSION=gnome -- cgit v1.2.3