summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/shell/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 824dcff..1d11d80 100755
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -7,6 +7,9 @@ export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
unsetopt PROMPT_SP
+# GPG
+export GPG_TTY=$(tty)
+
# Default programs:
export EDITOR="nvim"
export TERMINAL="st"