inital commit
This commit is contained in:
9
.zsh/ssh.zsh
Normal file
9
.zsh/ssh.zsh
Normal file
@@ -0,0 +1,9 @@
|
||||
export "GPG_TTY=$(tty)"
|
||||
export "SSH_AUTH_SOCK=${HOME}/.gnupg/S.gpg-agent.ssh"
|
||||
|
||||
gpgconf --launch gpg-agent
|
||||
|
||||
unset SSH_AGENT_PID
|
||||
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||
fi
|
||||
Reference in New Issue
Block a user