Rename the yay
wrapper
This commit is contained in:
parent
0178bb53d1
commit
8528bc3b7c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ begin
|
||||||
set -l dir (status dirname)
|
set -l dir (status dirname)
|
||||||
source "$dir/../../Common/Scripts/software.fish"
|
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
|
command yay --noconfirm --needed --answerclean=None --answerdiff=None $argv
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue