From d41813152bf331c4ca70f9c3e05e7ff35201a1e3 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 10 Feb 2022 20:52:31 +0100 Subject: feat: add gpg tty export --- .config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e59acf1..9dd2d7e 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -2,6 +2,9 @@ # Load plugins first [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" +# GPG +export GPG_TTY="$(tty)" + # Uncomment the following line to use case-sensitive completion. CASE_SENSITIVE="true" -- cgit v1.2.3-70-g09d2