aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/90-exports.zsh
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-10-20 08:28:29 +0800
committerAaron LI <aly@aaronly.me>2017-10-20 08:28:29 +0800
commit2b381b69a349eb7cf2b39b5e72595dd5e8ffb8c3 (patch)
tree5c054c35269e04b70e3e763db12f61da53abde1b /_zsh/90-exports.zsh
parentdfce3c52ba94ef755a19e08982d1d5af54ddf37d (diff)
downloaddotfiles-2b381b69a349eb7cf2b39b5e72595dd5e8ffb8c3.tar.bz2
zsh: add 80-gpg.zsh to setup gpg, also fix TTY problem for ssh-support
Diffstat (limited to '_zsh/90-exports.zsh')
-rw-r--r--_zsh/90-exports.zsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/_zsh/90-exports.zsh b/_zsh/90-exports.zsh
index 1472a7a..f368161 100644
--- a/_zsh/90-exports.zsh
+++ b/_zsh/90-exports.zsh
@@ -6,9 +6,6 @@
# Generic environment variables and those needing been set only once
# should go to `~/.profile'.
-# This `GPG_TTY' variable should be set to the correct TTY where the shell
-# is running. See also `gpg-agent(1)'
-export GPG_TTY=$(tty)
# colors for BSD ls
if [[ -n "${IS_BSD}" ]]; then
export CLICOLOR=1