dotfiles/.config/fish/functions/dnfr.fish

4 lines
65 B
Fish

function dnfr -d "remove packages"
sudo dnf remove $argv
end