From 8528bc3b7c0816591b7a9c8d52c2434f2ec880e3 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 14 Jul 2024 09:48:23 +0200 Subject: [PATCH] Rename the `yay` wrapper --- scripts/Arch/Scripts/software.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Arch/Scripts/software.fish b/scripts/Arch/Scripts/software.fish index 7c9d742d..21d1da31 100644 --- a/scripts/Arch/Scripts/software.fish +++ b/scripts/Arch/Scripts/software.fish @@ -3,7 +3,7 @@ begin set -l dir (status dirname) source "$dir/../../Common/Scripts/software.fish" - function yay -d "Install yay-package non-interactively" + function yayinst -d "Install yay-package non-interactively" command yay --noconfirm --needed --answerclean=None --answerdiff=None $argv end