Difference between revisions of "Aliases in .bashrc"

remove yay
imported>Dalto
(Make more generic and update obsolete commands)
imported>Fhdk
(remove yay)
Line 42: Line 42:




To upgrade packages installed from the AUR via yay, the command used is '''''yay -Syu --aur'''''
To upgrade packages installed from the AUR via pamac, the command used is '''''pamac upgrade --aur'''''


This can be aliased with-
This can be aliased with-


  alias aup="yay -Syu --aur"  
  alias aup="pamac upgrade --aur"  




Anonymous user