config/yay: tweak standard flags

This commit is contained in:
xeruf 2022-01-05 18:40:29 +01:00
parent d3f7290c99
commit cc54645159
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ yas() {
)
if test -n "$pkg"
then echo "Installing $pkg..."
cmd="yay -Sy $pkg"
cmd="yay -Sy --rebuild $pkg"
print -s "$cmd"
eval "$cmd"
rehash

View File

@ -19,7 +19,7 @@
"sortby": "popularity",
"searchby": "name-desc",
"gitflags": "",
"removemake": "ask",
"removemake": "no",
"sudobin": "sudo",
"sudoflags": "",
"requestsplitn": 150,