From 80a2ffb9d191329bd2452a7662032ce01158cf3c Mon Sep 17 00:00:00 2001 From: Jannik Zander <59698@grundfos.com> Date: Fri, 13 Jul 2018 13:58:58 +0200 Subject: [PATCH] Add tmp folder --- .profile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index d8d1e1b..8a2b259 100644 --- a/.profile +++ b/.profile @@ -5,10 +5,13 @@ if [ ! "x${BASH_VERSION}" = "x" ]; then [ -f ~/.bashrc ] && . ~/.bashrc fi -# set PATH so it includes local bin's +# set PATH to bin directory export PATH=~/.local/bin:~/bin:$PATH -export TMP=~/.cache + +# set TMP directory +export TMP=~/tmp export TEMP=$TMP +export TMPDIR=$TMP # Set default programs export SHELL='bash' -- 2.43.0