From f7b27ce79db61db738707436f334ec74d7b9aee7 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Fri, 12 Jul 2024 16:36:52 +0100 Subject: [PATCH] Fix bashrc not having the GPG TTY set --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 36c5502..91ec964 100644 --- a/.bashrc +++ b/.bashrc @@ -144,4 +144,5 @@ unset rc if [ -f "$HOME/.cargo/env" ]; then . "$HOME/.cargo/env" fi - +GPG_TTY=$(tty) +export GPG_TTY