From 556356f8535c18b3fe3a68c470fa3a722a18e793 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Wed, 3 Oct 2012 13:32:42 -0400 Subject: [PATCH] change TERM to screen-256color. --- .zsh/exports.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zsh/exports.zsh b/.zsh/exports.zsh index 5eb1465..feda634 100644 --- a/.zsh/exports.zsh +++ b/.zsh/exports.zsh @@ -14,7 +14,8 @@ export GREP_COLOR='1;32' # language export LC_ALL=en_US.UTF-8 export LANGUAGE=en_US.UTF-8 - +# term +export TERM=screen-256color # Make options if [[ -r /proc/cpuinfo ]]; then export MAKEOPTS=-j$(($(grep -c '^processor' /proc/cpuinfo) + 1))