From: Jannik Zander <59698@grundfos.com> Date: Fri, 13 Jul 2018 11:58:58 +0000 (+0200) Subject: Add tmp folder X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=80a2ffb9d191329bd2452a7662032ce01158cf3c;p=dotfiles.git Add tmp folder --- 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'