1
0
Fork 0

fish: add alias to expand all macros of an RPM SPEC file

This commit is contained in:
Pratham Patel 2023-08-02 08:48:05 +05:30
parent b28f998f85
commit 1632ed0651
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ if status is-interactive
alias nixrebuild="nixos-rebuild boot"
alias nixupgrade="nixos-rebuild boot --upgrade"
alias nixgarbageclean="nix-collect-garbage -d"
alias specmacroexpand="rpmspec -P"
alias rpmgetsrc="spectool -g -R"
alias getrpmsrc="spectool -g -R"
alias getspecsrc="spectool -g -R"