dotwryn/zsh/rc.d/98.1password-ssh-agent.zsh
2024-08-16 09:41:26 -06:00

5 lines
118 B
Bash

find "${HOME}/.1password/agent.sock" &>/dev/null \
&& export SSH_AUTH_SOCK="${HOME}/.1password/agent.sock"
return 0