This commit is contained in:
Marc Beninca 2024-09-29 13:59:43 +02:00
parent 9f15391fe2
commit 0ba236e266
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
re.sh
View file

@ -21,7 +21,7 @@ caches() {
".local/share/pip" \ ".local/share/pip" \
".local/share/uv" ".local/share/uv"
for cache in "${@}"; do for cache in "${@}"; do
"${1}" "${cache}" "${1}" "${HOME}/${cache}"
done done
} }
deactivate() { deactivate() {