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