commit c7cc6f0d4f48b8b3cbdaafde9817c6dbe8d13bdd parent 6b518f08ab68faf38a2a8835315ef99702243e8d 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)