diff options
-rw-r--r-- | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ export RTOP=~/svn/R export DEBEMAIL=jranke@uni-bremen.de export DEBFULLNAME="Johannes Ranke" # }}} +# ssh-agent {{{ +eval `ssh-agent -s` +# }}} # rdkit {{{ # RDKIT (commented out on 2015-10-02 as I am using the Debian package python-rdkit #export RDBASE="$HOME/git/rdkit" |