From: Simon Ruderich Date: Sun, 17 Jan 2010 15:15:22 +0000 (+0100) Subject: shell: Also export TEMP just to be sure. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=262a10162543ebbb237a1724e994b09cdfd852a2;hp=f1ed9c1507ccf6b8799062c46f852f1919c390d1;p=config%2Fdotfiles.git shell: Also export TEMP just to be sure. --- diff --git a/shell/env b/shell/env index e0e2a89..e8a1789 100644 --- a/shell/env +++ b/shell/env @@ -36,8 +36,9 @@ export PAGER # problems on multi-user systems. if [ -O ~/tmp -a -d ~/tmp ]; then TMP=~/tmp + TEMP=$TMP TMPDIR=$TMP - export TMP TMPDIR + export TMP TEMP TMPDIR fi # Set colors for GNU ls (and zsh completions). This colors files normal (fi),