From cc546451597e52f4d312f91092b81156fc48ff67 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Wed, 5 Jan 2022 18:40:29 +0100 Subject: [PATCH] config/yay: tweak standard flags --- .config/shell/arch | 2 +- .config/yay/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,