Remove redundant command
This commit is contained in:
parent
dcb1f57c59
commit
39ef53aa0f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ begin
|
||||||
source "$dir/../../Common/Scripts/software.fish"
|
source "$dir/../../Common/Scripts/software.fish"
|
||||||
|
|
||||||
function yayinst -d "Install yay-package non-interactively"
|
function yayinst -d "Install yay-package non-interactively"
|
||||||
command yay --noconfirm --needed --answerclean=None --answerdiff=None $argv
|
yay --noconfirm --needed --answerclean=None --answerdiff=None $argv
|
||||||
end
|
end
|
||||||
|
|
||||||
function pacinst -d "Install pacman-package non-interactively"
|
function pacinst -d "Install pacman-package non-interactively"
|
||||||
|
|
Loading…
Reference in a new issue