Rename the yay wrapper

This commit is contained in:
Manuel Thalmann 2024-07-14 09:48:23 +02:00
parent 97039d085a
commit d6a5f10503

View file

@ -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