X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fbash_login;h=b587bafb49e140d90b174b9e2e042a6b5e6249a1;hb=c5e829f19b4b6f92d2e58803af360687effafe5a;hp=c59c2b7950c44da5c0267d75bde617275202e1e3;hpb=75595f5642fd29d9ec9f542bed68499943920fb5;p=clearscm.git diff --git a/rc/bash_login b/rc/bash_login index c59c2b7..b587baf 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -324,8 +324,13 @@ done 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