summaryrefslogtreecommitdiff
path: root/.config/login.d/03_tmpdir.sh
blob: b94ef1ad10d9754d1d6a22b66853dfbf5812f2de (plain)
1
2
3
4
if [ -n "$XDG_RUNTIME_DIR" ]; then
	mkdir -p -- "$XDG_RUNTIME_DIR/tmpdir"
	export TMPDIR="$XDG_RUNTIME_DIR/tmpdir"
fi