diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e59acf1..9dd2d7e 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -2,6 +2,9 @@ # Load plugins first [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" +# GPG +export GPG_TTY="$(tty)" + # Uncomment the following line to use case-sensitive completion. CASE_SENSITIVE="true" |