1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00

removed wrong arguments

This commit is contained in:
Simon
2020-06-01 20:00:32 +02:00
parent 269f203073
commit ce27bb13a3
+1 -1
View File
@@ -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