summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/shell/profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 1d11d80..824dcff 100755
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -7,9 +7,6 @@ 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"