aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gnupg/.config/zsh/.zshrc.d
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-05-28 15:27:15 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-05-28 15:27:15 -0500
commitdd6cfb63ad85d0164cbe4ac04f7aea9f6a842f02 (patch)
tree5bc45394b9192771bcc85fa59b8aab4b8a4301bb /gnupg/.config/zsh/.zshrc.d
parent1527172edf1f7d65095a5c2268947c16ed905d18 (diff)
feat!: remove unused configs and cleanup paths
Diffstat (limited to 'gnupg/.config/zsh/.zshrc.d')
-rw-r--r--gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh9
1 files changed, 0 insertions, 9 deletions
diff --git a/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh b/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh
deleted file mode 100644
index 0b3c422..0000000
--- a/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/zsh
-# vim:ft=sh
-
-if [ -t 0 ] && [ -z "$SSH_TTY" ]; then
- export GPG_TTY="$(tty)"
- export PINENTRY_USER_DATA=USE_TTY=1
-fi
-
-gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1