feat: fish script for gpg integration with ssh

This commit is contained in:
Michele Cereda
2024-02-10 18:04:16 +01:00
parent feb7510cc7
commit 8b13ecf59e

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env fish
gpg-connect-agent updatestartuptty /bye
set SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
export SSH_AUTH_SOCK
set GPG_TTY (tty)
export GPG_TTY