From beb2c7531a11c29ffe4381a30f8fbf2d972b487a Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 11 Feb 2023 11:39:51 +0100 Subject: [PATCH] sh: Move main library bibfile to library root With the switch from jabref/zotero/pubs to papis for library management, We can now also have nested libraries. This allows me to have 'themed' libraries in different sub-folders (e.g. one for my academic study, one for my old university readings, one for computer science, and so on) and still keep referring to their containing folder as a 'main' comprehensive library. As such I moved the library bibtex file into the main library folder and let it be created from all sub-libraries. --- sh/.config/sh/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/.config/sh/env b/sh/.config/sh/env index 0d65e9e..febbaec 100644 --- a/sh/.config/sh/env +++ b/sh/.config/sh/env @@ -17,7 +17,7 @@ export LIBRARYROOT="${LIBRARYROOT:-$HOME/documents/library}" # the default bibtex file to work on # will change over time as primary projects change # basically functions as 'default library' variable -export BIBFILE="${BIBFILE:-$LIBRARYROOT/academia/academia.bib}" +export BIBFILE="${BIBFILE:-$LIBRARYROOT/library.bib}" # these are my personal 'important' application settings if exist nvim; then