diff --git a/zsh/.zshrc b/zsh/.zshrc index e38d56f..453e4a9 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -84,3 +84,9 @@ man() { } stty -ixon # remove ctrl-s terminal freeze + + +# Enable GPG ssh auth + +export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) +gpgconf --launch gpg-agent