oh-my-fish/plugins/archlinux/pacman/paclsorphans.fish

4 lines
166 B
Fish
Raw Normal View History

function paclsorphans -d "Display a list of packages that were installed as dependencies but are no longer required by any installed package"
pacman -Qdt $argv
end