7 lines
71 B
Bash
7 lines
71 B
Bash
|
#!/usr/bin/env zsh
|
||
|
|
||
|
export GPG_TTY=$(tty)
|
||
|
gpgconf --launch gpg-agent
|
||
|
|
||
|
|