aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/exports.zsh
blob: 8dab42d6f339f48c40de48e9b08b0f944ea3ba90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# 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'

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