From 1c060430db435ff1181a2bad6618734be64d0909 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Sat, 7 May 2016 11:15:45 +0100 Subject: [PATCH] Add $USER_TMP variable to point to .local/tmp --- bash/.bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.bash_profile b/bash/.bash_profile index 6b96684..9a5044b 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -26,3 +26,5 @@ else 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" -- 2.45.2