From d544909bd58f95c4be11d1347d53d6563c6ad65d Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 12 Feb 2017 17:09:26 +0800 Subject: profile: Do not explicitly set "TERM" Let the terminal application to set the appropriate terminal type, e.g., tmux will set its TERM to "screen-256color" which will work well with ZSH special key bindings. --- _profile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '_profile') diff --git a/_profile b/_profile index 09e8925..806b7e2 100644 --- a/_profile +++ b/_profile @@ -77,10 +77,8 @@ 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 VISUAL="${EDITOR}" export PAGER="less" export LESS="--ignore-case --raw-control-chars" -- cgit v1.2.2