From 8cd8d91a7f2698b675d486a127481a20db58ce41 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 14 Jun 2016 16:46:41 +0100 Subject: [PATCH] use ~/.local/tmp as TMPDIR --- bash/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.45.2