diff --git a/sh/.config/sh/alias.d/syu.sh b/sh/.config/sh/alias.d/yay.sh similarity index 90% rename from sh/.config/sh/alias.d/syu.sh rename to sh/.config/sh/alias.d/yay.sh index d21d3fe..afc7389 100644 --- a/sh/.config/sh/alias.d/syu.sh +++ b/sh/.config/sh/alias.d/yay.sh @@ -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() {