feat(fish): add a function to view the content of a rpm file
This commit is contained in:
parent
d94c7e2efe
commit
8d10ee325f
1 changed files with 3 additions and 0 deletions
3
fish/.config/fish/functions/rpmdump.fish
Normal file
3
fish/.config/fish/functions/rpmdump.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function rpmdump --argument package
|
||||||
|
rpm -q --dump --scripts -p "$package"
|
||||||
|
end
|
Loading…
Add table
Reference in a new issue