diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 20:41:42 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 20:41:42 +0200 |
commit | c2627b56ac18e820b899bcfcc68534f98dcf4e78 (patch) | |
tree | 6c0e057526afe7067eb86a99da7c496ef9bb81b6 | |
parent | 397de391221a9a284a4067e2202c35b8b700d981 (diff) | |
parent | e03bffeef51451d0f416dce887ca7565a9b6ac62 (diff) |
Merge branch 'master' of ssh://jrwb.de/dotfiles
Conflicts:
bashrc
-rw-r--r-- | bashrc | 5 | ||||
-rw-r--r-- | vimrc | 1 |
2 files changed, 1 insertions, 5 deletions
@@ -46,11 +46,6 @@ export RTOP=~/svn/R export DEBEMAIL=jranke@uni-bremen.de export DEBFULLNAME="Johannes Ranke" # }}} -# ssh-agent {{{ -if [ -z "$SSH_AUTH_SOCK" ]; then - eval `ssh-agent -s` -fi -# }}} # rdkit {{{ # RDKIT (commented out on 2015-10-02 as I am using the Debian package python-rdkit #export RDBASE="$HOME/git/rdkit" @@ -23,6 +23,7 @@ Plug 'jranke/vim-pandoc', { 'branch': 'rmd' } Plug 'vim-pandoc/vim-pandoc-syntax' " R plugin {{{2 " for vim versions <= 7.4.1453 use the legacy plugin +" Note that on wheezy, vim is too old even for that if !has('nvim') && !exists("*job_getchannel") Plug 'jcfaria/Vim-R-plugin', { 'commit': 'd726d619f12a10fb5ac7967d373837735cff60f0' } |