8 lines
194 B
Fish
8 lines
194 B
Fish
function cache
|
|
/usr/bin/yay -Scc --noconfirm
|
|
/usr/bin/yay -Sc --noconfirm
|
|
/usr/bin/go clean -modcache -cache -testcache
|
|
/usr/bin/composer clear-cache
|
|
/usr/bin/python -m pip cache purge
|
|
end
|