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