From 5b1c894844ac2b120a68f73150395cccb491d6b8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 28 Apr 2025 23:27:28 -0400 Subject: Set TMPDIR This is useful for doing `mktemp --tmpdir`, especially during testing, so all of the tmpdirs go into a nearby location that I can wipe when I'm done. --- .envrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.envrc b/.envrc index 3210334..e3c1907 100644 --- a/.envrc +++ b/.envrc @@ -16,6 +16,7 @@ export CODEROOT=$PWD export COLUMNS export AREA="Test" + export TMPDIR="$CODEROOT/_/tmp" # # ignore cabdir and hidden files when globbing export GLOBIGNORE="**_/**:.*:$GLOBIGNORE" -- cgit v1.2.3