Fix pabib alias to use custom BibTeX template

- Change pabib alias to use 'papis list --template' instead of 'papis export'
- This ensures the custom BibTeX template is actually used for output

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yan Lin 2025-07-31 12:37:12 +02:00
parent 168ead6c1f
commit 7a4727eeac

View file

@ -70,7 +70,7 @@
pals = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibitem.template\""; pals = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibitem.template\"";
# BibTeX export # BibTeX export
pabib = "papis export --format bibtex"; pabib = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibtex.template\"";
# File operations # File operations
paurl = "papis addto -u"; paurl = "papis addto -u";