6 lines
128 B
Text
6 lines
128 B
Text
|
#!/bin/bash
|
||
|
# GPG and SSH
|
||
|
SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||
|
export SSH_AUTH_SOCK
|
||
|
gpgconf --launch gpg-agent
|