diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-10 20:52:05 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-10 20:52:05 +0100 |
commit | d098892651875bbfb728b89fea89179053f61340 (patch) | |
tree | 8b54a908287bba1216e93b1917e7c92d22ee73c4 /.config/shell | |
parent | 5a4ac348c9a61e745c138d64fb9c3c7d42777fb8 (diff) |
fix: remove gpg tty export
Diffstat (limited to '.config/shell')
-rwxr-xr-x | .config/shell/profile | 3 |
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" |