summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-26 20:05:54 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-26 20:05:54 +0200
commite0ad7fccaa0feff8e9507a8290259273563c3d37 (patch)
treef44436730a422b0a3a9c8680d3250dd1596fd6d9 /bashrc
parent13ef1cb8bbeacb61eae286fdacca91d15609654d (diff)
Start ssh-agent
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
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"

Contact - Imprint