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

# NOTE:
# 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)

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