From ce27bb13a3cecd4ce2608059637ee1c93c04abd0 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 1 Jun 2020 20:00:32 +0200 Subject: [PATCH] removed wrong arguments --- .extrarc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.extrarc b/.extrarc index c32f4db..400596e 100644 --- a/.extrarc +++ b/.extrarc @@ -78,7 +78,7 @@ alias confup="yadm push" # yay alias yayi="yay -Q | grep" alias yays="yay -Sy --sudoloop --noconfirm" -alias yayc="yay -Syc --noconfirm" +alias yayc="yay -Sc --noconfirm" alias yayr="yay -Rs" # Remove package and dependencies alias yayrc="yay -Rsc" # Remove package and dependencies, clean up afterwards alias yayrd="yay -Rdd --noconfirm" # Remove package but not the dependencies