paru: Change to match yay display

Renamed the syu file to yay, since it more explicitly captures the
concept in my mind.

Added `--bottomup` option to any paru operation since that is the way I
expect it to work: the 'closest' option is also closest to the
commandline.
This commit is contained in:
Marty Oehme 2020-12-24 21:48:03 +01:00
parent 8cb3252cf1
commit ec3c5759f7
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -7,7 +7,8 @@
# (or at least I want to try it)
type paru >/dev/null 2>&1 && {
alias yay=paru
# recreate the normal look of yay
alias yay="paru --bottomup"
}
syu() {