## 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 colorsexport TERM='xterm-256color'# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: #