X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=gpg.sh;fp=gpg.sh;h=ea6e1c4c59095b90c0d2f35d82eac49e17af505a;hb=5596ec057557d68b9a6e00911c0c151c71c6e0a8;hp=0000000000000000000000000000000000000000;hpb=cc72d40e8292040c148e26ff9c7785770e7bab0d;p=bash.d.git diff --git a/gpg.sh b/gpg.sh new file mode 100644 index 0000000..ea6e1c4 --- /dev/null +++ b/gpg.sh @@ -0,0 +1,3 @@ +# For some reason this is required for pinentry-tty to work over SSH, +# particularly when signing git commits. +export GPG_TTY=$(tty)