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:
parent
a359a7f24e
commit
aad84a4c69
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@
|
||||||
|
|
||||||
# Open documents
|
# Open documents
|
||||||
paopen = "papis open";
|
paopen = "papis open";
|
||||||
|
|
||||||
|
# Cache management
|
||||||
|
pareset = "papis cache reset";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Shell functions for papis workflow
|
# Shell functions for papis workflow
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue