From a226ffaecd9249c6ae0a6e360b9eaf7b3175606f Mon Sep 17 00:00:00 2001 From: Fries Date: Wed, 14 Sep 2022 01:20:33 -0700 Subject: [PATCH] config: Add new config keys --- amethyst/config.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/amethyst/config.mdx b/amethyst/config.mdx index f47eb2d..07ef158 100644 --- a/amethyst/config.mdx +++ b/amethyst/config.mdx @@ -6,6 +6,8 @@ title: Config Keys | Key | Description | Default | | --- | --- | --- | | `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` | ## [extra] | Key | Description | Default |