commit c7a3f2766e59c15522e68939bfa82ea2e36b1a0b
parent ed074f61fa23e1f862a0b4726ea712599db4ff72
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Fri,  6 Oct 2017 14:53:51 -0400
link bibtex bibliography to common folder
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/init/10_symlinks.sh b/init/10_symlinks.sh
@@ -6,11 +6,13 @@ mkdir -p ~/.ipython/profile_default
 mkdir -p ~/.mutt/cache
 chmod 0700 ~/.mutt/cache
 mkdir -p ~/tmp
+mkdir -p ~/texmf/bibtex/bib/myfiles/
 
 # Symlink directories from iCloud drive to home
 if [ "$(uname)" = "Darwin" ]; then
     ln -s ~/Library/Mobile\ Documents/com\~apple\~CloudDocs ~/iCloud
     ln -s ~/iCloud/articles ~/articles
+    ln -s ~/iCloud/articles/own/BIBnew.bib ~/texmf/bibtex/bib/myfiles/BIB.bib
     ln -s ~/iCloud/src ~/src
     ln -s ~/iCloud/doc ~/doc
     ln -s ~/doc/.password-store ~/.password-store
diff --git a/links/.vim/keybinds.vim b/links/.vim/keybinds.vim
@@ -59,7 +59,7 @@ nmap <leader>" :split
 nmap <leader>C :e $MYVIMRC<CR>
 "nmap <leader>T :e ~/doc/todo.org<CR>
 nmap <leader>T :e ~/doc/todo.md<CR>
-nmap <leader>B :e ~/articles/own/BIBnew.bib<CR>
+nmap <leader>B :e ~/texmf/bibtex/bib/myfiles/BIB.bib<CR>
 nmap <leader>A :e ~/articles/articles.rst<CR>
 
 nmap <leader>r :read !scholarref.py