commit 4d96ea629c510717131c3fa1f0fbb36f2a16d877
parent 70e80d05bbe20fd66fd597861f0a7d4702681cb7
Author: Ashymad <czilukim@o2.pl>
Date: Fri, 9 Mar 2018 23:37:58 +0100
Autoconfirm removal
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fish/.config/fish/functions/aur-cleanup.fish b/fish/.config/fish/functions/aur-cleanup.fish
@@ -4,7 +4,7 @@ function aur-cleanup
set_color -o white
echo "Cleaning pacman cache..."
set_color normal
- sudo pacman -Sc
+ sudo pacman -Sc --noconfirm
set_color -o blue
echo -n ":: "
set_color -o white