]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell: Also export TEMP just to be sure.
authorSimon Ruderich <simon@ruderich.org>
Sun, 17 Jan 2010 15:15:22 +0000 (16:15 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 17 Jan 2010 15:15:22 +0000 (16:15 +0100)
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),