Simplify papis aliases

This commit is contained in:
Yan Lin 2025-07-29 20:48:22 +02:00
parent 7413785bbe
commit 687d5b52cc

View file

@ -49,13 +49,13 @@
# Shell aliases for papis workflow # Shell aliases for papis workflow
programs.zsh.shellAliases = { programs.zsh.shellAliases = {
# Bibliography formatting # Bibliography formatting
papis-info = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibitem.template\""; pals = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibitem.template\"";
# File operations # File operations
papis-add-file = "papis addto -f ~/Downloads/"; pafile = "papis addto -f ~/Downloads/";
papis-add-url = "papis addto -u"; paurl = "papis addto -u";
# Finder integration # Finder integration
papis-finder = "open -R $(papis list)"; pafinder = "open -R $(papis list)";
}; };
} }