diff options
author | EuAndreh <eu@euandre.org> | 2025-05-04 03:31:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-04 03:31:28 -0300 |
commit | 9f450209ea1996e8fcef3a64f8825490ff4775cd (patch) | |
tree | be8d8294d6c0babb66585fd9ea626e5725359612 | |
parent | bin/status: Add ugly, but working version (diff) | |
download | dotfiles-9f450209ea1996e8fcef3a64f8825490ff4775cd.tar.gz dotfiles-9f450209ea1996e8fcef3a64f8825490ff4775cd.tar.xz |
bin/muffle: Set $TMPDIR to $XDG_RUNTIME_DIR
-rwxr-xr-x | bin/muffle | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ done shift $((OPTIND - 1)) +export TMPDIR="$XDG_RUNTIME_DIR" OUT="$(mkstemp)" ERR="$(mkstemp)" STATUS_F="$(mkstemp)" |