Add save_pkgs.fish

This commit is contained in:
Roland Thomas Jr 2023-09-18 23:08:12 -04:00
parent 2482838494
commit 5b7d91d3c8
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function save_pkgs --description "save pacman packages"
pacman -Qqe > ~/.config/pkg.list
end