From c2102e8a98394bbac2af944b90993f86ad4d3742 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Mon, 18 Apr 2022 17:01:05 -0700 Subject: [PATCH] No new TMP --- rc/bash_login | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rc/bash_login b/rc/bash_login index b587baf..4596387 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -326,11 +326,6 @@ set_prompt # Set display to local export DISPLAY=${DISPLAY:-:0} -# New tmp location -if [ -d /System/tmp ]; then - export TMP=/System/tmp -fi - # Reset home in case it changed HOME=$saved_home -- 2.17.1