diff options
author | ZachIR <zachir@librem.one> | 2025-04-25 19:24:18 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-04-25 19:24:18 -0500 |
commit | bb8562117c6cb324c60e79847dfd50583e73f52a (patch) | |
tree | f3c9d92cf427aa712c7fb893256b525b72c45b44 /yay | |
parent | e6e3c16bc3492d77063a1b1356ebb44d0e7e4ed5 (diff) | |
parent | b372316155d6ba4ee14f8fc63905d1368717b3cb (diff) |
Merge branch 'master' into car
Diffstat (limited to 'yay')
-rw-r--r-- | yay/config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yay/config.json b/yay/config.json index 2b64b70..c06f416 100644 --- a/yay/config.json +++ b/yay/config.json @@ -10,7 +10,7 @@ "pacmanconf": "/etc/pacman.conf", "redownload": "no", "answerclean": "All", - "answerdiff": "", + "answerdiff": "All", "answeredit": "", "answerupgrade": "", "gitbin": "git", @@ -36,8 +36,8 @@ "provides": true, "pgpfetch": true, "cleanmenu": true, - "diffmenu": false, - "editmenu": true, + "diffmenu": true, + "editmenu": false, "combinedupgrade": false, "useask": false, "batchinstall": false, |