No new TMP
authorAndrew DeFaria <A.DeFaria@cpanel.net>
Tue, 19 Apr 2022 00:01:05 +0000 (17:01 -0700)
committerAndrew DeFaria <A.DeFaria@cpanel.net>
Tue, 19 Apr 2022 00:01:05 +0000 (17:01 -0700)
rc/bash_login

index b587baf..4596387 100644 (file)
@@ -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