From: Maximilian Friedersdorff Date: Tue, 14 Jun 2016 15:46:41 +0000 (+0100) Subject: use ~/.local/tmp as TMPDIR X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=8cd8d91a7f2698b675d486a127481a20db58ce41;hp=b9cd958c8bbc799ca278428eec197f72a1b0053d;p=max%2Fdotfiles.git use ~/.local/tmp as TMPDIR --- diff --git a/bash/.bash_profile b/bash/.bash_profile index 9a5044b..c4958eb 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -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"