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

4 lines
130 B
Fish
Raw Normal View History

function pacrem -d "Remove the specified package(s), its configuration(s) and unneeded dependencies"
sudo pacman -Rns $argv
end