Changed zotero directory to $HOME/.zotero

This commit is contained in:
Nathan Schneider
2019-08-07 20:12:56 +00:00
parent 3a0284baf8
commit 2f020b5551
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ if [ -z "$fname" ]; then
fi
# Command content (see also ~/.emacs)
cmd="pandoc -s -f markdown+smart --bibliography $HOME/Zotero/lib.bib --variable fontsize=11pt -o ./output/$fname"
cmd="pandoc -s -f markdown+smart --bibliography $HOME/.zotero/lib.bib --variable fontsize=11pt -o ./output/$fname"
# Create output/ directory
if [ ! -d 'output' ]; then