From 3319986d0abd5c57fd38ae2cbdc263f2abd39f22 Mon Sep 17 00:00:00 2001 From: Starfall Date: Sat, 9 Oct 2021 21:52:51 -0500 Subject: zsh: set GPG_TTY so it works properly --- .config/zsh/.zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index dd98e05..ea0133d 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -1,6 +1,7 @@ export EDITOR='vim' export PAGER='less' export LESS='--RAW-CONTROL-CHARS' +export GPG_TTY=$TTY if [[ $INTELLIJ -eq 1 ]]; then export PATH=/usr/local/bin:/usr/bin:$PATH -- cgit