From: Maximilian Friedersdorff Date: Sat, 7 May 2016 10:15:45 +0000 (+0100) Subject: Add $USER_TMP variable to point to .local/tmp X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=1c060430db435ff1181a2bad6618734be64d0909;p=max%2Fdotfiles.git Add $USER_TMP variable to point to .local/tmp --- 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"