From a50922ff2185572c6f861681b25a4e10e09a467a Mon Sep 17 00:00:00 2001 From: Uyanide Date: Thu, 30 Oct 2025 13:29:39 +0100 Subject: [PATCH] testing gpg key --- config/fish/.bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/fish/.bash_profile b/config/fish/.bash_profile index a847b43..90e8048 100644 --- a/config/fish/.bash_profile +++ b/config/fish/.bash_profile @@ -10,5 +10,7 @@ command -v nvim >/dev/null 2>&1 && { export VISUAL=nvim } +export GPG_TTY=$(tty) + [ -f "$HOME/.profile" ] && . "$HOME/.profile" [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"