summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-05-30 16:00:05 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-05-30 16:00:05 -0400
commita58661da032dd02f835355a2432ef99a4c6cd850 (patch)
tree1b5cb3455926232f99af7f36e0b206e176ff2fd0
parente879e5212d566046087dc9821843316076c8e84b (diff)
parentfc3f5bb06af5745eef9f7bfde34cc312e67b8b23 (diff)
Merge branch 'master' into work-fc17
-rw-r--r--.profile7
1 files changed, 0 insertions, 7 deletions
diff --git a/.profile b/.profile
index d023923..d05ae5e 100644
--- a/.profile
+++ b/.profile
@@ -25,13 +25,6 @@ done
# Settings ###########################################################
-# TMPDIR
-if [ -d "$HOME/tmp" ]; then
- export TMPDIR="$HOME/tmp"
-elif [ -d "$HOME/.prefix/tmp" ]; then
- export TMPDIR="$HOME/.prefix/tmp"
-fi
-
# Text editor
if [ -f "$HOME/.selected_editor" ]; then
. "$HOME/.selected_editor"