HOKAY; XDG_* refactor
This commit is contained in:
4
zsh/rc.d/98.1password-ssh-agent.zsh
Normal file
4
zsh/rc.d/98.1password-ssh-agent.zsh
Normal file
@ -0,0 +1,4 @@
|
||||
find "${HOME}/.1password/agent.sock" &>/dev/null \
|
||||
&& export SSH_AUTH_SOCK="${HOME}/.1password/agent.sock"
|
||||
|
||||
return 0
|
Reference in New Issue
Block a user