X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fenv;h=e8a1789df7cf0e37ef929ba176e4d7b3d7ba8e1d;hb=262a10162543ebbb237a1724e994b09cdfd852a2;hp=e0e2a899b1d5ef184c0878bf62d0155b13f7bc96;hpb=f1ed9c1507ccf6b8799062c46f852f1919c390d1;p=config%2Fdotfiles.git 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),