summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-01-23 21:15:05 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-01-23 21:15:05 -0500
commit205c082ccbf34e7098b4761d37c2c5b7ba30f437 (patch)
tree8656619027695fbaeab85fbabc76da8715def1c8 /.config
parent44788595a8e524383fbc5704e9aedb5c2eff5c3b (diff)
Added export for git signing
Diffstat (limited to '.config')
-rw-r--r--.config/.profile3
1 files changed, 3 insertions, 0 deletions
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