From ec3c5759f7d177f515ab7e1a9603c5f4c24d57ac Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 24 Dec 2020 21:48:03 +0100 Subject: [PATCH] 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. --- sh/.config/sh/alias.d/{syu.sh => yay.sh} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename sh/.config/sh/alias.d/{syu.sh => yay.sh} (90%) 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() {