dotfiles/.config/fish/functions/dnfr.fish
2022-07-07 11:32:27 -05:00

4 lines
65 B
Fish

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