From 2f039c77e111b889a69cef4dc9f705ee55a17480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 8 Aug 2024 14:56:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(yay):=20cache=20?= =?UTF-8?q?and=20pacman=20conf=20file=20entries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/yay/config.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/yay/config.json b/.config/yay/config.json index 48ce66ec..68eba189 100644 --- a/.config/yay/config.json +++ b/.config/yay/config.json @@ -1,13 +1,11 @@ { "aururl": "https://aur.archlinux.org", "aurrpcurl": "https://aur.archlinux.org/rpc?", - "buildDir": "/home/matt/.cache/yay", "editor": "nvim", "editorflags": "", "makepkgbin": "makepkg", "makepkgconf": "", "pacmanbin": "pacman", - "pacmanconf": "/etc/pacman.conf", "redownload": "no", "answerclean": "", "answerdiff": "",