4 lines
69 B
Bash
4 lines
69 B
Bash
#!/usr/bin/env zsh
|
|
|
|
export GPG_TTY="$TTY"
|
|
gpgconf --launch gpg-agent
|