dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 055ddebdb5481c42b402ab5f498aed5f999b4156
parent 1dd26a1a917274c7909ef6893e545774f5ffa97f
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun,  2 May 2021 11:04:45 +0200

shell: set cargo/rustup locations

Diffstat:
Mshell/env | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/shell/env b/shell/env @@ -217,3 +217,5 @@ export R_PROFILE_USER="$XDG_CONFIG_HOME/R/Rprofile" export MAILCAPS="$XDG_CONFIG_HOME/mailcap" eval "$(perl -I$XDG_DATA_HOME/perl5/lib/perl5 -Mlocal::lib=$XDG_DATA_HOME/perl5)" alias glow='glow --config "$XDG_CONFIG_HOME/glow/glow.yml"' +export RUSTUP_HOME="$XDG_DATA_HOME/rustup" +export CARGO_HOME="$XDG_DATA_HOME/cargo"