From 349317ebcf656e549aaec9ef3795aed1a586cacd Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 12 Sep 2024 16:16:19 +0100 Subject: veritone ssh key --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 91db7d6..f736d96 100644 --- a/.bash_profile +++ b/.bash_profile @@ -12,7 +12,7 @@ source ~/.config/nvm/nvm.sh export PATH="${HOME}/bin:${HOME}/.raku/bin:${HOME}/.local/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 id_ed25519 id_ed25519_veritone)" function e() { emacsclient -n "$@" -- cgit v1.2.3