From 0ba236e26641f6b5d8555dd7c6953d952f30529d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Sep 2024 13:59:43 +0200 Subject: [PATCH] home/ --- re.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/re.sh b/re.sh index 1ff6d33..d852276 100755 --- a/re.sh +++ b/re.sh @@ -21,7 +21,7 @@ caches() { ".local/share/pip" \ ".local/share/uv" for cache in "${@}"; do - "${1}" "${cache}" + "${1}" "${HOME}/${cache}" done } deactivate() {