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