From e0ad7fccaa0feff8e9507a8290259273563c3d37 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2016 20:05:54 +0200 Subject: Start ssh-agent --- bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 8aa56fc..e0ea08b 100644 --- a/bashrc +++ b/bashrc @@ -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" -- cgit v1.2.1