🐛 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
|
||||
|
||||
if test command -v gpgconf &>/dev/null
|
||||
if test "$(command -v gpgconf &>/dev/null)"
|
||||
set -gx GPG_TTY (tty)
|
||||
gpgconf --launch gpg-agent
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue