From ce079c508d36706921b6e415dad82aac846a7a1a Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Mon, 14 Apr 2025 18:04:37 -0400 Subject: [PATCH] add lazy-pacman-remove --- src/config.fish | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config.fish b/src/config.fish index ab02ed0..9a19ff4 100644 --- a/src/config.fish +++ b/src/config.fish @@ -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