summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--sh/env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/env.sh b/sh/env.sh
index 6b50ad2..f802638 100644
--- a/sh/env.sh
+++ b/sh/env.sh
@@ -7,6 +7,7 @@ export FZF_CTRL_T_OPTS="--min-height 30 --preview-window down:60% --preview-wind
export BAT_CONFIG_PATH="${DOTFILES}/bat.conf"
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
+export GPG_TTY=$(tty)
# Path
PATH=$PATH:$HOME/.local/bin:$HOME/.dotnet/tools:$HOME/.cargo/bin:$DOTFILES/scripts