From 8404fbef38dc8aac857cded7b5fd5cd4f0e5c13d Mon Sep 17 00:00:00 2001 From: juan Date: Sun, 26 Sep 2021 11:28:00 +0800 Subject: [PATCH] fix gpg by exporting things --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 6806db2..8a812fe 100644 --- a/.zshrc +++ b/.zshrc @@ -109,6 +109,7 @@ export TASKRC=$HOME/.config/task/taskrc #settings for software export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎" +export GPG_TTY=$(tty) # fixes gpg #colored output export LESS_TERMCAP_md=$'\e[01;35m'