diff --git a/.config/shell/arch b/.config/shell/arch index 20d1d0b..e43d9c2 100644 --- a/.config/shell/arch +++ b/.config/shell/arch @@ -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 diff --git a/.config/yay/config.json b/.config/yay/config.json index 0ba1ba5..207a43f 100644 --- a/.config/yay/config.json +++ b/.config/yay/config.json @@ -19,7 +19,7 @@ "sortby": "popularity", "searchby": "name-desc", "gitflags": "", - "removemake": "ask", + "removemake": "no", "sudobin": "sudo", "sudoflags": "", "requestsplitn": 150,