dotfiles/themes/base/.config/fish/functions/pacclear.fish

3 lines
71 B
Fish

function pacclear
sudo rm -rf /var/cache/pacman/pkg/download-*
end