diff --git a/bash/.bashrc b/bash/.bashrc index 92dce65..73e3572 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -14,3 +14,8 @@ export FZF_DEFAULT_COMMAD="find -L" export PATH="$PATH:/opt/mssql-tools/bin" stty -ixon # disable ctrl-s terminal freeze + +# Enable GPG ssh auth + +export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) +gpgconf --launch gpg-agent