add lazy-pacman-remove
This commit is contained in:
@ -45,4 +45,9 @@ if status is-interactive
|
|||||||
__media
|
__media
|
||||||
__sd
|
__sd
|
||||||
__ssh
|
__ssh
|
||||||
|
|
||||||
|
# https://git.rhpidfyre.io/Linux/lazy-pacman-remove
|
||||||
|
function lazy-pacman-remove
|
||||||
|
sudo pacman -R $(pacman -Qtq | grep -o "$argv.*")
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user