aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/90-exports.zsh
blob: e430aeac368146c66f35b4abcae947106772565d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# zsh/exports.zsh
#

# NOTE:
# Generic environment variables and those needing been set only once
# should go to `~/.profile'.

# GnuPG: see 'gpg-agent(1)'
export GPG_TTY=$(tty)
# Refresh 'gpg-agent' tty in case user switches into an X session
gpg-connect-agent updatestartuptty /bye >/dev/null

# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: #