From 032a58fc750b93850e21c9a81cd1eeee3e205047 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 17 Oct 2018 02:16:59 -0400 Subject: [PATCH] Add yay config By using yay's output instead of pacman's, we can easily see what version of a package we have and what version it will be updated to. --- .config/yay/config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/yay/config.json diff --git a/.config/yay/config.json b/.config/yay/config.json new file mode 100644 index 00000000..bfa2dc5c --- /dev/null +++ b/.config/yay/config.json @@ -0,0 +1,3 @@ +{ + "combinedupgrade": true +}