🐛 fix(gpg): Fix gpg fish conf file

This commit is contained in:
punkfairie 2024-03-05 20:09:35 -08:00
parent ea64e2569c
commit b7a5b02baf
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -1,6 +1,6 @@
#!/usr/bin/env fish
if test command -v gpgconf &>/dev/null
if test "$(command -v gpgconf &>/dev/null)"
set -gx GPG_TTY (tty)
gpgconf --launch gpg-agent
end