Add pareset alias for papis cache reset

- 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 <noreply@anthropic.com>
This commit is contained in:
Yan Lin 2025-07-29 23:46:16 +02:00
parent a359a7f24e
commit aad84a4c69

View file

@ -56,6 +56,9 @@
# Open documents
paopen = "papis open";
# Cache management
pareset = "papis cache reset";
};
# Shell functions for papis workflow