]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/env
shell: Also export TEMP just to be sure.
[config/dotfiles.git] / shell / env
index e0e2a899b1d5ef184c0878bf62d0155b13f7bc96..e8a1789df7cf0e37ef929ba176e4d7b3d7ba8e1d 100644 (file)
--- 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),