diff options
| -rw-r--r-- | .env | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,3 +25,7 @@ alias githome='git --git-dir ~/.githome --work-tree ~' alias ls='ls --color -A --group-directories-first --sort=extension' alias recent='ls -ltch' + +# Use correct TTY for GPG Pinentry +export GPG_TTY="$(tty)" +gpg-connect-agent updatestartuptty /bye >/dev/null |
