summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-10 20:52:05 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-10 20:52:05 +0100
commitd098892651875bbfb728b89fea89179053f61340 (patch)
tree8b54a908287bba1216e93b1917e7c92d22ee73c4 /.config
parent5a4ac348c9a61e745c138d64fb9c3c7d42777fb8 (diff)
fix: remove gpg tty export
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"