diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-12-06 01:52:12 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-12-06 01:52:12 +0800 |
commit | a33c005fd08354234b6c8599eaf6f6102e4fc655 (patch) | |
tree | beb9afb188fa5224c4dff014cbc976202d8672d2 /_profile | |
parent | ec885647ce018bbe4dc395a47550d91f8b0cf83e (diff) | |
download | dotfiles-a33c005fd08354234b6c8599eaf6f6102e4fc655.tar.bz2 |
_zsh: Move some environment variables to _profile
Diffstat (limited to '_profile')
-rw-r--r-- | _profile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -78,6 +78,13 @@ export QT_IM_MODULE="${INPUT_METHOD}" # Enable the CJK N-gram tokenization algorithm for CJK indexing and search export XAPIAN_CJK_NGRAM=1 +# Default terminal type to enable more colors +export TERM="xterm-256color" + +export EDITOR="vim" +export PAGER="less" +export LESS="--ignore-case --raw-control-chars" + ## LS colors if _exists dircolors; then eval $(dircolors -b) |