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:
parent
8cb3252cf1
commit
ec3c5759f7
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
||||||
# (or at least I want to try it)
|
# (or at least I want to try it)
|
||||||
|
|
||||||
type paru >/dev/null 2>&1 && {
|
type paru >/dev/null 2>&1 && {
|
||||||
alias yay=paru
|
# recreate the normal look of yay
|
||||||
|
alias yay="paru --bottomup"
|
||||||
}
|
}
|
||||||
|
|
||||||
syu() {
|
syu() {
|
Loading…
Reference in a new issue