From 205c082ccbf34e7098b4761d37c2c5b7ba30f437 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Fri, 23 Jan 2026 21:15:05 -0500 Subject: Added export for git signing --- .config/.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/.profile b/.config/.profile index 9253841..1c0d14b 100644 --- a/.config/.profile +++ b/.config/.profile @@ -19,6 +19,9 @@ export XDG_CONFIG_HOME=$HOME/.config export XDG_CACHE_HOME=$HOME/.cache export XDG_DATA_HOME=$HOME/.local/share +# For Git Signing with GPG +export GPG_TTY=$(tty) + # Moving Folder and Files from ~/ export LESSHISTFILE=- export ZDOTDIR="$XDG_CONFIG_HOME"/shells/zsh -- cgit v1.2.3