This commit is contained in:
2025-04-14 17:59:07 -04:00
parent 29d94b8df0
commit 86025f0b97
2 changed files with 4 additions and 0 deletions

1
src/command.sh Normal file
View File

@ -0,0 +1 @@
LAZY_R=package_name sudo pacman -R $(pacman -Qtq | grep -o "$LAZY_R.*")

3
src/fish_version.fish Normal file
View File

@ -0,0 +1,3 @@
function lazy-pacman-remove
sudo pacman -R $(pacman -Qtq | grep -o "$argv.*")
end