aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/90-exports.zsh
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-12-06 01:52:12 +0800
committerAaron LI <aaronly.me@outlook.com>2016-12-06 01:52:12 +0800
commita33c005fd08354234b6c8599eaf6f6102e4fc655 (patch)
treebeb9afb188fa5224c4dff014cbc976202d8672d2 /_zsh/90-exports.zsh
parentec885647ce018bbe4dc395a47550d91f8b0cf83e (diff)
downloaddotfiles-a33c005fd08354234b6c8599eaf6f6102e4fc655.tar.bz2
_zsh: Move some environment variables to _profile
Diffstat (limited to '_zsh/90-exports.zsh')
-rw-r--r--_zsh/90-exports.zsh11
1 files changed, 3 insertions, 8 deletions
diff --git a/_zsh/90-exports.zsh b/_zsh/90-exports.zsh
index e679330..e430aea 100644
--- a/_zsh/90-exports.zsh
+++ b/_zsh/90-exports.zsh
@@ -2,14 +2,9 @@
# 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'
+# NOTE:
+# Generic environment variables and those needing been set only once
+# should go to `~/.profile'.
# GnuPG: see 'gpg-agent(1)'
export GPG_TTY=$(tty)