diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-01-23 21:15:05 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-01-23 21:15:05 -0500 |
| commit | 205c082ccbf34e7098b4761d37c2c5b7ba30f437 (patch) | |
| tree | 8656619027695fbaeab85fbabc76da8715def1c8 | |
| parent | 44788595a8e524383fbc5704e9aedb5c2eff5c3b (diff) | |
Added export for git signing
| -rw-r--r-- | .config/.profile | 3 |
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 |
