home/
This commit is contained in:
parent
9f15391fe2
commit
0ba236e266
1 changed files with 1 additions and 1 deletions
2
re.sh
2
re.sh
|
@ -21,7 +21,7 @@ caches() {
|
|||
".local/share/pip" \
|
||||
".local/share/uv"
|
||||
for cache in "${@}"; do
|
||||
"${1}" "${cache}"
|
||||
"${1}" "${HOME}/${cache}"
|
||||
done
|
||||
}
|
||||
deactivate() {
|
||||
|
|
Loading…
Reference in a new issue