diff options
Diffstat (limited to '_zsh/90-exports.zsh')
-rw-r--r-- | _zsh/90-exports.zsh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/_zsh/90-exports.zsh b/_zsh/90-exports.zsh index 8dab42d..13080a3 100644 --- a/_zsh/90-exports.zsh +++ b/_zsh/90-exports.zsh @@ -9,6 +9,9 @@ export PAGER='less' export LESS='--ignore-case --raw-control-chars' # Setup terminal, and turn on colors -export TERM='xterm-256color' +#export TERM='xterm-256color' + +# GPG: see `gpg-agent(1)' +export GPG_TTY=$(tty) # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: # |