From 0ee60c46f514c9dd2abc302eb48e593a76664500 Mon Sep 17 00:00:00 2001 From: Rosa Date: Tue, 17 Feb 2026 17:23:34 +0100 Subject: [PATCH] feat(bashrc): load GPG keys --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index e24d7f0..3440d04 100644 --- a/.bashrc +++ b/.bashrc @@ -21,6 +21,7 @@ else PS1='[\u@\h \W]\$ ' fi +export GPG_TTY=$(tty) # Import GPG Key export PATH="$PATH:$HOME/.local/bin" export BROWSER='helium-browser' export EDITOR='nvim'