commands
This commit is contained in:
@@ -0,0 +1 @@
|
||||
LAZY_R=package_name sudo pacman -R $(pacman -Qtq | grep -o "$LAZY_R.*")
|
||||
@@ -0,0 +1,3 @@
|
||||
function lazy-pacman-remove
|
||||
sudo pacman -R $(pacman -Qtq | grep -o "$argv.*")
|
||||
end
|
||||
Reference in New Issue
Block a user