summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-07-19 17:33:06 +0100
committerdakkar <dakkar@thenautilus.net>2018-07-19 17:33:06 +0100
commit4c7965311629b82590dafefa9390ae25e46466d6 (patch)
treee074d31efaa88c4bc10eb16280a4bb76c9f7e8e5
parentMerge remote-tracking branch 'origin/master' into nautilus (diff)
downloaddotfiles-4c7965311629b82590dafefa9390ae25e46466d6.tar.gz
dotfiles-4c7965311629b82590dafefa9390ae25e46466d6.tar.bz2
dotfiles-4c7965311629b82590dafefa9390ae25e46466d6.zip
only load existing key
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
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 "$@"