Skip to content

Commit c32c869

Browse files
committed
.exports: Add GPG_TTY
1 parent 4022755 commit c32c869

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.exports

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ export LESS_TERMCAP_md="${yellow}";
2828

2929
# Don’t clear the screen after quitting a manual page.
3030
export MANPAGER='less -X';
31+
32+
# Avoid issues with `gpg` as installed via Homebrew.
33+
# https://stackoverflow.com/a/42265848/96656
34+
export GPG_TTY=$(tty);

0 commit comments

Comments
 (0)