🐛 fix(gpg): Fix gpg fish conf file
This commit is contained in:
parent
ea64e2569c
commit
b7a5b02baf
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
if test command -v gpgconf &>/dev/null
|
if test "$(command -v gpgconf &>/dev/null)"
|
||||||
set -gx GPG_TTY (tty)
|
set -gx GPG_TTY (tty)
|
||||||
gpgconf --launch gpg-agent
|
gpgconf --launch gpg-agent
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue