Switch AUR helper from yay to paru for pacman aliases

It's new and exciting! I will definitely not regret this change later!
This commit is contained in:
Adam Goldsmith 2020-11-02 01:46:47 -05:00
parent 52c1171151
commit 48f8e3c6d3
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# pacman
alias pi='yay'
alias pi='paru'
alias pup='pi -Syu'
alias pr='pi -Rs'
alias prc='pr -c'
alias pin='pi --noconfirm'
alias pis='pi -S'
alias pins='pin -S'
alias piro='pi -Yc'
alias piro='pi -Qtdq | pi -Rns -'
alias up='pup'