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" if test -n "$pkg"
then echo "Installing $pkg..." then echo "Installing $pkg..."
cmd="yay -Sy $pkg" cmd="yay -Sy --rebuild $pkg"
print -s "$cmd" print -s "$cmd"
eval "$cmd" eval "$cmd"
rehash rehash

View File

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