2021-05-06 20:55:18 +02:00
|
|
|
function cache
|
2021-04-24 21:54:25 +02:00
|
|
|
/usr/bin/yay -Scc --noconfirm
|
|
|
|
/usr/bin/yay -Sc --noconfirm
|
2022-11-23 10:59:16 +01:00
|
|
|
/usr/bin/gem cleanup --silent
|
2021-04-24 21:54:25 +02:00
|
|
|
/usr/bin/go clean -modcache -cache -testcache
|
2021-10-24 20:53:01 +02:00
|
|
|
/usr/bin/composer clear-cache
|
|
|
|
/usr/bin/python -m pip cache purge
|
2022-01-28 16:42:13 +01:00
|
|
|
/usr/bin/rm --recursive --force ~/.cache
|
2021-04-24 21:54:25 +02:00
|
|
|
end
|