aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-04 03:31:28 -0300
committerEuAndreh <eu@euandre.org>2025-05-04 03:31:28 -0300
commit9f450209ea1996e8fcef3a64f8825490ff4775cd (patch)
treebe8d8294d6c0babb66585fd9ea626e5725359612
parentbin/status: Add ugly, but working version (diff)
downloaddotfiles-9f450209ea1996e8fcef3a64f8825490ff4775cd.tar.gz
dotfiles-9f450209ea1996e8fcef3a64f8825490ff4775cd.tar.xz
bin/muffle: Set $TMPDIR to $XDG_RUNTIME_DIR
-rwxr-xr-xbin/muffle1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/muffle b/bin/muffle
index 5cf0bdd..86a537f 100755
--- a/bin/muffle
+++ b/bin/muffle
@@ -70,6 +70,7 @@ done
shift $((OPTIND - 1))
+export TMPDIR="$XDG_RUNTIME_DIR"
OUT="$(mkstemp)"
ERR="$(mkstemp)"
STATUS_F="$(mkstemp)"