Fix test cases
This commit is contained in:
parent
cfd4c7e21f
commit
a2605c4254
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
# important directories
|
||||
|
||||
# will be picked up by vim wiki plugin as root directory
|
||||
export WIKIROOT="${WIKIROOT:-$HOME/documents/notes/}"
|
||||
export LIBRARYROOT="${LIBRARYROOT:-$HOME/documents/library/}"
|
||||
export WIKIROOT="${WIKIROOT:-$HOME/documents/notes}"
|
||||
export LIBRARYROOT="${LIBRARYROOT:-$HOME/documents/library}"
|
||||
export BIBFILE="${BIBFILE:-$LIBRARYROOT/academia/academia.bib}"
|
||||
|
||||
# these are my personal 'important' environment settings
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# FIXME why is one saved with trailing "/" , the other not?
|
||||
DEFAULT_NOTES="$HOME/documents/notes/"
|
||||
DEFAULT_NOTES="$HOME/documents/notes"
|
||||
DEFAULT_LIB="$HOME/documents/library"
|
||||
DEFAULT_BIB="$DEFAULT_LIB/academia/academia.bib"
|
||||
|
||||
|
|
Loading…
Reference in a new issue