diff options
author | dakkar <dakkar@thenautilus.net> | 2024-09-12 16:16:19 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-09-12 16:16:19 +0100 |
commit | 349317ebcf656e549aaec9ef3795aed1a586cacd (patch) | |
tree | 13d6fc060b69d55f5c8489cc5a90f40b90f4b74f | |
parent | teach ack about ebuilds (diff) | |
download | dotfiles-349317ebcf656e549aaec9ef3795aed1a586cacd.tar.gz dotfiles-349317ebcf656e549aaec9ef3795aed1a586cacd.tar.bz2 dotfiles-349317ebcf656e549aaec9ef3795aed1a586cacd.zip |
veritone ssh key
-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 "$@" |