add lazy-pacman-remove

This commit is contained in:
2025-04-14 18:04:37 -04:00
parent d7e06263b2
commit ce079c508d

View File

@ -45,4 +45,9 @@ if status is-interactive
__media
__sd
__ssh
# https://git.rhpidfyre.io/Linux/lazy-pacman-remove
function lazy-pacman-remove
sudo pacman -R $(pacman -Qtq | grep -o "$argv.*")
end
end