From 5c8df3dd2451367e77f98d201e7aa0cf5b880bb8 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Tue, 22 Jul 2025 13:58:44 +0100 Subject: [PATCH] sec1: set UV_CACHE_DIR --- bashrc.d/local/stbbri-sec-1.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc.d/local/stbbri-sec-1.bash b/bashrc.d/local/stbbri-sec-1.bash index 1330a31..80b7fa0 100644 --- a/bashrc.d/local/stbbri-sec-1.bash +++ b/bashrc.d/local/stbbri-sec-1.bash @@ -73,3 +73,5 @@ export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" export EDITOR="vim -X" export BORG_PASSCOMMAND='pass show borg_sec1_to_sec2' + +export UV_CACHE_DIR="/local/scratch/$USER/.cache/"