From b7a5b02bafed6508714e12d1f085dc143035bb44 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Tue, 5 Mar 2024 20:09:35 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(gpg):=20Fix=20gpg=20fish=20c?= =?UTF-8?q?onf=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/conf.d/20-gpg.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/conf.d/20-gpg.fish b/.config/fish/conf.d/20-gpg.fish index d5bd1f8..870d96f 100644 --- a/.config/fish/conf.d/20-gpg.fish +++ b/.config/fish/conf.d/20-gpg.fish @@ -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