summaryrefslogtreecommitdiff
path: root/.config/fish/functions/update_all.fish
blob: a475ffd1f657254c6bd29186edfdd0de901afc10 (plain)
1
2
3
4
5
function update_all
    yay
    doom upgrade
    paccache -r
end