From aad84a4c691803e93ade131f4c03af80efca9793 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 29 Jul 2025 23:46:16 +0200 Subject: [PATCH] Add pareset alias for papis cache reset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added 'pareset' shell alias that runs 'papis cache reset' - Placed in the cache management section of shell aliases - Provides quick access to reset papis database cache 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- modules/papis.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/papis.nix b/modules/papis.nix index 7032656..76f94ae 100644 --- a/modules/papis.nix +++ b/modules/papis.nix @@ -56,6 +56,9 @@ # Open documents paopen = "papis open"; + + # Cache management + pareset = "papis cache reset"; }; # Shell functions for papis workflow