dotfiles/.config/fish/functions/dnfgl.fish

4 lines
62 B
Fish

function dnfgl -d "List package groups"
dnf grouplist
end