dotwryn/zsh/rc.d/98.1password-ssh-agent.zsh

5 lines
118 B
Bash
Raw Normal View History

2024-08-16 15:41:26 +00:00
find "${HOME}/.1password/agent.sock" &>/dev/null \
&& export SSH_AUTH_SOCK="${HOME}/.1password/agent.sock"
return 0