summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-06-29 15:12:37 +0100
committerdakkar <dakkar@thenautilus.net>2015-06-29 15:12:37 +0100
commitb7999c7b90e986307ceb5d57a91c3e492561dd11 (patch)
treea6636096b784f9f2b8c14cee81abda1753b11a85 /.bash_profile
parenta few more files (from work) (diff)
downloaddotfiles-b7999c7b90e986307ceb5d57a91c3e492561dd11.tar.gz
dotfiles-b7999c7b90e986307ceb5d57a91c3e492561dd11.tar.bz2
dotfiles-b7999c7b90e986307ceb5d57a91c3e492561dd11.zip
better default ssh keys
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index c3d4e4a..3ba80ce 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 --noask --inherit any-once id_rsa id_nap_rsa 75193F88 D7A5DBBE)"
+eval "$(keychain --eval --noask --inherit any-once id_rsa id_ed25519 75193F88 D7A5DBBE)"
function e() {
emacsclient "$@"