summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.profile7
1 files changed, 0 insertions, 7 deletions
diff --git a/.profile b/.profile
index d2a1e6c..6f9f102 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"