Simplify papis aliases
This commit is contained in:
parent
7413785bbe
commit
687d5b52cc
1 changed files with 4 additions and 4 deletions
|
|
@ -49,13 +49,13 @@
|
|||
# Shell aliases for papis workflow
|
||||
programs.zsh.shellAliases = {
|
||||
# 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
|
||||
papis-add-file = "papis addto -f ~/Downloads/";
|
||||
papis-add-url = "papis addto -u";
|
||||
pafile = "papis addto -f ~/Downloads/";
|
||||
paurl = "papis addto -u";
|
||||
|
||||
# Finder integration
|
||||
papis-finder = "open -R $(papis list)";
|
||||
pafinder = "open -R $(papis list)";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue