aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-09-28 15:10:13 +0200
committerDavid Runge <dave@sleepmap.de>2016-09-28 15:10:13 +0200
commit196e7e28b76295cebace456679cc6c4e4a0d7d5d (patch)
treeebb365abd24964ca7cb00d3281f7e289a435532f /.zprofile
parent6641689719851dbd019e1746f2a27739f0a74549 (diff)
downloaddotfiles-196e7e28b76295cebace456679cc6c4e4a0d7d5d.tar.gz
dotfiles-196e7e28b76295cebace456679cc6c4e4a0d7d5d.tar.bz2
dotfiles-196e7e28b76295cebace456679cc6c4e4a0d7d5d.tar.xz
dotfiles-196e7e28b76295cebace456679cc6c4e4a0d7d5d.zip
.zprofile: Moving TMPDIR to XDG_RUNTIME_DIR.
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index 45cdd5e..dd49b8f 100644
--- a/.zprofile
+++ b/.zprofile
@@ -38,7 +38,7 @@ fi
#
if [[ ! -d "$TMPDIR" ]]; then
- export TMPDIR="/tmp/$USER"
+ export TMPDIR="$XDG_RUNTIME_DIR"
mkdir -p -m 700 "$TMPDIR"
fi