diff options
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 |