dotfilesClean dotfiles |
git clone git://git.dimitrijedobrota.com/dotfiles.git |
Log | Files | Refs | |
commit | c7cc6f0d4f48b8b3cbdaafde9817c6dbe8d13bdd |
parent | 6b518f08ab68faf38a2a8835315ef99702243e8d |
author | Dimitrije Dobrota <mail@dimitrijedobrota.com> |
date | Thu, 13 Jul 2023 08:17:41 +0200 |
Fix GPG_TTY issue
Diffstat:M | .xdg/config/bash/bashrc | | | +- |
1 files changed, 1 insertions(+), 1 deletions(-)
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)