move build homes away from my home partition to save space

This commit is contained in:
Felix Van der Jeugt 2021-04-26 13:42:44 +02:00
parent 571610a8ca
commit 75678bbeeb
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 5 additions and 4 deletions

View File

@ -10,12 +10,13 @@ chmod 0700 "$XDG_RUNTIME_DIR"
export XDG_DOWNLOAD_DIR="/tmp"
# Local scripts
export CABAL_HOME="$HOME/.cabal"
export CARGO_HOME="$HOME/.cargo"
export RBENV_HOME="$HOME/.rbenv"
export CABAL_HOME="/data/homes/cabal"
export STACK_ROOT="/data/homes/stack"
export CARGO_HOME="/data/homes/cargo"
export RUSTUP_HOME="/data/homes/rustup"
export JAVA_HOME="/usr/lib/jvm/openjdk11/"
export TEX_BIN="/opt/texlive/2019/bin/x86_64-linux/"
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RBENV_HOME/shims:$CARGO_HOME/bin:$JAVA_HOME/bin:$TEX_BIN:$PATH"
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$CARGO_HOME/bin:$JAVA_HOME/bin:$TEX_BIN:$PATH"
# Environmental settings
export ESCDELAY=50 # for dvtm e.a.