summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-09-12 16:16:19 +0100
committerdakkar <dakkar@thenautilus.net>2024-09-12 16:16:19 +0100
commit349317ebcf656e549aaec9ef3795aed1a586cacd (patch)
tree13d6fc060b69d55f5c8489cc5a90f40b90f4b74f
parentteach ack about ebuilds (diff)
downloaddotfiles-349317ebcf656e549aaec9ef3795aed1a586cacd.tar.gz
dotfiles-349317ebcf656e549aaec9ef3795aed1a586cacd.tar.bz2
dotfiles-349317ebcf656e549aaec9ef3795aed1a586cacd.zip
veritone ssh key
-rw-r--r--.bash_profile2
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 "$@"