diff options
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
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 "$@" |