From 196e7e28b76295cebace456679cc6c4e4a0d7d5d Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 28 Sep 2016 15:10:13 +0200 Subject: .zprofile: Moving TMPDIR to XDG_RUNTIME_DIR. --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zprofile') 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 -- cgit v1.2.3-54-g00ecf