mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-12-23 05:36:53 +00:00
add 1password ssh agent
This commit is contained in:
parent
b165052283
commit
d42b58e7a9
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
|
@ -39,6 +39,10 @@ fi
|
|||
|
||||
# export SSH_KEY_PATH="~/.ssh/id_ed25519:~/.ssh/id_ed25519_twc:~/.ssh/id_ed25519_do"
|
||||
|
||||
if [ -x "$(command -v 1password)" ]; then
|
||||
export SSH_AUTH_SOCK="$HOME/.1password/agent.sock"
|
||||
fi
|
||||
|
||||
if [ -f ~/.aliases ]; then
|
||||
source ${HOME}/.aliases
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue