summaryrefslogtreecommitdiffstatshomepage
path: root/sh/env.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-13 12:01:50 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-13 12:01:50 -0500
commit3133aac738ddfd2e9fcee5ff917c7e2830cac34f (patch)
tree86e87178720b2b30648142ac7fe200bf5c4c121b /sh/env.sh
parent2240cdf385c2e29164ee775fe9cd7f4c471169a5 (diff)
feat: added GPG_TTY export for vscode remote
Diffstat (limited to 'sh/env.sh')
-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