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.
This commit is contained in:
Donovan Glover 2018-10-17 02:16:59 -04:00
parent 3a524479a3
commit 032a58fc75
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

3
.config/yay/config.json Normal file
View File

@ -0,0 +1,3 @@
{
"combinedupgrade": true
}