diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-01-20 00:30:47 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-01-20 00:30:47 +0100 |
commit | b5536fcb3df7b1598db93b6d883c67738e3f3aad (patch) | |
tree | 42553ae6350b8640abc8e35c45442918b0e09986 /zsh | |
parent | 698dcc5508ee1c3209d57234c95bb0e77dee514d (diff) | |
download | dotfiles-b5536fcb3df7b1598db93b6d883c67738e3f3aad.tar.xz |
zshrc: add GPG_TTY
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,3 +52,6 @@ fi if [[ -f "$ZDOTDIR"/zshrc-"$SHORTHOST" ]]; then source "$ZDOTDIR"/zshrc-"$SHORTHOST" fi + +GPG_TTY=$(tty) +export GPG_TTY |