From 882df5e3dae3a90f97cfb1341f1d21dbf7a7b09a Mon Sep 17 00:00:00 2001 From: Oro <93224879+orowith2os@users.noreply.github.com> Date: Sat, 17 Sep 2022 22:55:10 -0500 Subject: [PATCH] Include information about aur_verification_prompt Signed-off-by: Oro <93224879+orowith2os@users.noreply.github.com> --- amethyst/config.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/amethyst/config.mdx b/amethyst/config.mdx index 07ef158..00e01ad 100644 --- a/amethyst/config.mdx +++ b/amethyst/config.mdx @@ -8,6 +8,7 @@ title: Config Keys | `pacdiff_warn` | Whether to warn the user about `vimdiff` for `pacdiff` | `true` | | `paccache_keep` | How many versions (amount of times a package has been downloaded to the cache) of a package you want to keep in the cache | `0` | | `paccache_keep_ins_pkgs` | Exclude installed packages from getting cleared out of the cache | `true` | +| `aur_verification_prompt` | If `true`, ask the user if they want to utilize the AUR on an operation. | `true` | ## [extra] | Key | Description | Default |