From 4c7965311629b82590dafefa9390ae25e46466d6 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 19 Jul 2018 17:33:06 +0100 Subject: only load existing key --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index f2d8ae7..86f21c0 100644 --- a/.bash_profile +++ b/.bash_profile @@ -11,7 +11,7 @@ source ~/perl5/perlbrew/etc/bashrc export PATH="${HOME}/bin:${PATH}" export GPG_TTY="$(tty)" -eval "$(keychain --eval --inherit any-once --agents ssh id_rsa id_ed25519)" +eval "$(keychain --eval --inherit any-once --agents ssh id_rsa)" function e() { emacsclient "$@" -- cgit v1.2.3