summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index f4e26f8..9fdaa58 100644
--- a/bashrc
+++ b/bashrc
@@ -188,6 +188,10 @@ elif [ -e "$HOME/cargo" ]; then
export CARGO_TARGET_DIR="$HOME/cargo"
fi
+if [ -e "$HOME/tmp" ]; then
+ export TMPDIR="$HOME/tmp"
+fi
+
PROMPT_DIRTRIM=1
set +H