dotfiles/.config/fish/functions/dnfp.fish

4 lines
60 B
Fish

function dnfp -d "Show package info"
dnf info $argv
end