Replace yay with paru

This commit is contained in:
Sravan Balaji 2021-01-24 20:18:24 -05:00
parent 51cca1540f
commit dd5218b260
2 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@ set -U fish_user_paths $fish_user_paths $HOME/.local/bin/
###########
# ALIASES #
###########
# pacman and yay
# pacman and paru
alias pacsyu='sudo pacman -Syyu' # update only standard pkgs
alias yaysua='yay -Sua --noconfirm' # update only AUR pkgs
alias yaysyu='yay -Syu --noconfirm' # update standard pkgs and AUR pkgs
alias parusua='paru -Sua --noconfirm' # update only AUR pkgs
alias parusyu='paru -Syu --noconfirm' # update standard pkgs and AUR pkgs
alias unlock='sudo rm /var/lib/pacman/db.lck' # remove pacman lock
alias cleanup='sudo pacman -Rns (pacman -Qtdq)' # remove orphaned packages

@ -1 +1 @@
Subproject commit 2d0d00692519a3a00c45b6117b99f4e7f0b1aa27
Subproject commit 5b9e527b81d1bd807ed5e8341b251e6773afa7ab