summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index e0ea08b..ddbc10c 100644
--- a/bashrc
+++ b/bashrc
@@ -47,7 +47,9 @@ export DEBEMAIL=jranke@uni-bremen.de
export DEBFULLNAME="Johannes Ranke"
# }}}
# ssh-agent {{{
-eval `ssh-agent -s`
+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

Contact - Imprint