commit c34173db2b6b5c05995c01fa251318c276925df5 parent 8c469904ae8022feaa4f2f91d4d5f63277679844 Author: Dimitrije Dobrota <mail@dimitrijedobrota.com> Date: Thu, 13 Jul 2023 10:17:41 +0200 Fix GPG_TTY issue Diffstat:
M | .xdg/config/bash/bashrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.xdg/config/bash/bashrc b/.xdg/config/bash/bashrc @@ -10,4 +10,4 @@ alias wget='wget --hsts-file="$XDG_CONFIG_HOME/wget-hsts"' export MAKEFLAGS="-j8" -export GPG_TTY="$TTY" +export GPG_TTY=$(tty)