From f97eaaf643672382cdc797496fd185c2c9e559f3 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 11 May 2020 16:15:19 -0300 Subject: Added orphan packages removal on update --- .config/fish/functions/update_all.fish | 1 + 1 file changed, 1 insertion(+) (limited to '.config/fish') diff --git a/.config/fish/functions/update_all.fish b/.config/fish/functions/update_all.fish index a475ffd1..8eb0e517 100644 --- a/.config/fish/functions/update_all.fish +++ b/.config/fish/functions/update_all.fish @@ -2,4 +2,5 @@ function update_all yay doom upgrade paccache -r + sudo pacman -Rns (pacman -Qtdq) end -- cgit v1.2.3