]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
use ~/.local/tmp as TMPDIR
authorMaximilian Friedersdorff <maxf130@gmail.com>
Tue, 14 Jun 2016 15:46:41 +0000 (16:46 +0100)
committerMaximilian Friedersdorff <maxf130@gmail.com>
Tue, 14 Jun 2016 15:46:41 +0000 (16:46 +0100)
bash/.bash_profile

index 9a5044bbdb8277a517c850c13f205f606e0fa554..c4958eba66df8a0efa9538ffa4eadba04ba02ddd 100644 (file)
@@ -27,4 +27,4 @@ fi
 export GPG_AGENT_INFO  # the env file does not contain the export statement
 export SSH_AUTH_SOCK   # enable gpg-agent for ssh
 
-export USER_TMP="/home/max/.local/tmp"
+export TMPDIR="/home/max/.local/tmp"