Replace yay with paru
This commit is contained in:
parent
51cca1540f
commit
dd5218b260
@ -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
|
Loading…
x
Reference in New Issue
Block a user