7 lines
160 B
Fish
7 lines
160 B
Fish
|
function clcache
|
||
|
/usr/bin/yay -Scc --noconfirm
|
||
|
/usr/bin/yay -Sc --noconfirm
|
||
|
/usr/bin/gem cleanup --silent
|
||
|
/usr/bin/go clean -modcache -cache -testcache
|
||
|
end
|