From: Andrew DeFaria Date: Tue, 19 Apr 2022 00:01:05 +0000 (-0700) Subject: No new TMP X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=c2102e8a98394bbac2af944b90993f86ad4d3742;hp=0984c4ff6a79623afef4e238b94135e5fbaf27c2;p=clearscm.git No new TMP --- 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