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:
parent
168ead6c1f
commit
7a4727eeac
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
|||
pals = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibitem.template\"";
|
||||
|
||||
# BibTeX export
|
||||
pabib = "papis export --format bibtex";
|
||||
pabib = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibtex.template\"";
|
||||
|
||||
# File operations
|
||||
paurl = "papis addto -u";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue