]> git.zndr.dk Git - dotfiles.git/commitdiff
Add tmp folder
authorJannik Zander <59698@grundfos.com>
Fri, 13 Jul 2018 11:58:58 +0000 (13:58 +0200)
committerJannik Zander <59698@grundfos.com>
Fri, 13 Jul 2018 11:58:58 +0000 (13:58 +0200)
.profile

index d8d1e1b26e04194791a068ec76d56f5798ac08e8..8a2b259066f3930128f91f7d34e7bbf93ce51221 100644 (file)
--- 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'