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

# set locale and PATH in '~/.profile'

export EDITOR='vim'
export PAGER='less'
export LESS='--ignore-case --raw-control-chars'

# Setup terminal, and turn on colors
#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: #