use envvar instead of sub shell
This commit is contained in:
parent
b5730de862
commit
372465e71c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
export GPG_TTY="$TTY"
|
||||
gpgconf --launch gpg-agent
|
||||
|
|
Loading…
Reference in a new issue